table('customer'); $table->addColumn('assigned_personnel', 'text', array('comment'=>'指派人员', 'null' => true)) ->update(); } }