From 7e3b317a9cc9a37aa7c1e60cf7291e73cc4fbff5 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 11 Sep 2025 15:15:14 +0800 Subject: [PATCH] create_ufutx_s2_bp_type --- 1757574888_create_ufutx_s2_bp_type.up.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 1757574888_create_ufutx_s2_bp_type.up.sql diff --git a/1757574888_create_ufutx_s2_bp_type.up.sql b/1757574888_create_ufutx_s2_bp_type.up.sql new file mode 100644 index 0000000..25f9ca4 --- /dev/null +++ b/1757574888_create_ufutx_s2_bp_type.up.sql @@ -0,0 +1,8 @@ +CREATE TABLE `health`.`ufutx_s2_bp_type` ( + `id` INT NOT NULL AUTO_INCREMENT , + `type_id` INT NOT NULL COMMENT '类型id' , + `intro` VARCHAR(1024) NOT NULL COMMENT '简要说明' , + `created_at` TIMESTAMP NULL DEFAULT NULL , + `updated_at` TIMESTAMP NULL DEFAULT NULL , + PRIMARY KEY (`id`) +) ENGINE = InnoDB COMMENT = '福分类型表'; \ No newline at end of file