From cd51c6054661a143e4db227421d8eb544bc0741c Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Mon, 2 Sep 2024 17:43:47 +0800 Subject: [PATCH] Create 1725270144_create_ufutx_s2_i18n.up.sql --- 1725270144_create_ufutx_s2_i18n.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1725270144_create_ufutx_s2_i18n.up.sql diff --git a/1725270144_create_ufutx_s2_i18n.up.sql b/1725270144_create_ufutx_s2_i18n.up.sql new file mode 100644 index 0000000..e46be0b --- /dev/null +++ b/1725270144_create_ufutx_s2_i18n.up.sql @@ -0,0 +1 @@ +CREATE TABLE `health`.`ufutx_s2_i18n` ( `id` BIGINT NOT NULL AUTO_INCREMENT , `keyname` VARCHAR(128) NOT NULL COMMENT '唯一索引' , `intro` VARCHAR(128) NOT NULL COMMENT '简要说明' , `data` TEXT NOT NULL , PRIMARY KEY (`id`), UNIQUE `keyname` (`keyname`)) ENGINE = InnoDB COMMENT = '国际化文本'; \ No newline at end of file