alter table sys_user add org_id bigint null comment '所属组织id' after account; ALTER TABLE `org` DROP COLUMN `code`;