table('activity'); $table->addColumn('assign_org_id', 'string', ['limit'=> 255, 'comment'=> '指派部门', 'default'=> '']) ->addColumn('assign_employee', 'text', ['comment'=> '指派人员', 'null'=> true]) ->update(); } }