table('customer'); $table->addColumn('employee_time', 'timestamp', ['null'=> true, 'comment'=> '员工拥有此客户时间']) ->update(); } }