table('customer_recycle') ->addColumn('assign_time', 'timestamp', ['null'=> true, 'comment'=> '指派时间']) ->update(); $table = $this->table('customer_drop_pool') ->addColumn('assign_time', 'timestamp', ['null'=> true, 'comment'=> '指派时间']) ->update(); } }