create_ufutx_s2_global_switch
This commit is contained in:
parent
2453a8cf9b
commit
3e70bf1195
1
1761546519_create_ufutx_s2_global_switch.up.sql
Normal file
1
1761546519_create_ufutx_s2_global_switch.up.sql
Normal file
@ -0,0 +1 @@
|
||||
CREATE TABLE `health`.`ufutx_s2_global_switch` ( `id` INT NOT NULL AUTO_INCREMENT , `name` VARCHAR(512) NOT NULL COMMENT '开关名称' , `desc` TEXT NULL DEFAULT NULL COMMENT '开关简介' , `status` TINYINT NOT NULL DEFAULT '1' COMMENT '1=关闭, 2=开启' , `user_limit` TEXT NULL DEFAULT NULL COMMENT '开启时的限定人群,userid逗号分隔' , PRIMARY KEY (`id`)) ENGINE = InnoDB COMMENT = '全局开关';
|
||||
Loading…
Reference in New Issue
Block a user