diff --git a/1767075422_create_ufutx_s2_orgstruct_tag.up.sql b/1767075422_create_ufutx_s2_orgstruct_tag.up.sql new file mode 100644 index 0000000..2c6fd3c --- /dev/null +++ b/1767075422_create_ufutx_s2_orgstruct_tag.up.sql @@ -0,0 +1 @@ +CREATE TABLE `health`.`ufutx_s2_orgstruct_tag` ( `id` INT NOT NULL AUTO_INCREMENT , `name` VARCHAR(128) NOT NULL COMMENT '标签名' , `parent_tag_id` INT NOT NULL DEFAULT '0' COMMENT '父级标签id, 0则为无父级' , `created_at` TIMESTAMP NULL DEFAULT NULL , `updated_at` TIMESTAMP NULL DEFAULT NULL , PRIMARY KEY (`id`)) ENGINE = InnoDB COMMENT = '组织架构和标签表'; \ No newline at end of file