From 6ec4e8f65228b1c6f750dd2755f924c022dd22bb Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Tue, 30 Dec 2025 14:23:38 +0800 Subject: [PATCH] create_ufutx_s2_user_tag --- 1767075815_create_ufutx_s2_user_tag.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1767075815_create_ufutx_s2_user_tag.up.sql diff --git a/1767075815_create_ufutx_s2_user_tag.up.sql b/1767075815_create_ufutx_s2_user_tag.up.sql new file mode 100644 index 0000000..a1a595f --- /dev/null +++ b/1767075815_create_ufutx_s2_user_tag.up.sql @@ -0,0 +1 @@ +CREATE TABLE `health`.`ufutx_s2_user_tag` ( `id` BIGINT NOT NULL AUTO_INCREMENT , `user_id` BIGINT NOT NULL COMMENT '用户id' , `tag_id` BIGINT NOT NULL COMMENT '标签id' , `created_at` TIMESTAMP NULL DEFAULT NULL , `updated_at` TIMESTAMP NULL DEFAULT NULL , `deleted_at` TIMESTAMP NULL DEFAULT NULL , PRIMARY KEY (`id`)) ENGINE = InnoDB COMMENT = '用户标签表'; \ No newline at end of file