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