ALTER TABLE `center_tenant` ADD COLUMN `super_tenant_flag` int(1) DEFAULT '0' COMMENT '超级租户可以进行平台管理 0-否,1-是' AFTER tenant_super;