create_ufutx_s2_user_tag
This commit is contained in:
parent
4848313893
commit
6ec4e8f652
1
1767075815_create_ufutx_s2_user_tag.up.sql
Normal file
1
1767075815_create_ufutx_s2_user_tag.up.sql
Normal file
@ -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 = '用户标签表';
|
||||
Loading…
Reference in New Issue
Block a user