4x/iot-user-center-standard-ba.../0script/sql/user_center-2024-01-25_v2.7...

1 line
159 B
MySQL
Raw Permalink Normal View History

2024-12-26 19:24:07 +08:00
ALTER TABLE `center_tenant` ADD COLUMN `super_tenant_flag` int(1) DEFAULT '0' COMMENT '超级租户可以进行平台管理 0-否1-是' AFTER tenant_super;