This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ALTER TABLE `center_tenant` ADD COLUMN `super_tenant_flag` int(1) DEFAULT '0' COMMENT '超级租户可以进行平台管理 0-否,1-是' AFTER tenant_super;