Commit 271a2a57 authored by 刘基明's avatar 刘基明

ddl

parent 3315cfbb
...@@ -55,7 +55,7 @@ CREATE TABLE `comment` ( ...@@ -55,7 +55,7 @@ CREATE TABLE `comment` (
KEY `idx_author` (`author_id`) USING BTREE, KEY `idx_author` (`author_id`) USING BTREE,
KEY `idx_target` (`reply_id`) USING BTREE, KEY `idx_target` (`reply_id`) USING BTREE,
KEY `idx_theme` (`theme_id`) KEY `idx_theme` (`theme_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='评论'; ) ENGINE=InnoDB AUTO_INCREMENT=153 DEFAULT CHARSET=utf8mb4 COMMENT='评论';
-- tamp_community.file_record definition -- tamp_community.file_record definition
...@@ -91,7 +91,7 @@ CREATE TABLE `follow_rel` ( ...@@ -91,7 +91,7 @@ CREATE TABLE `follow_rel` (
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
UNIQUE KEY `uk_idol_follower` (`idol_id`,`fans_id`), UNIQUE KEY `uk_idol_follower` (`idol_id`,`fans_id`),
KEY `idx_follower` (`fans_id`) KEY `idx_follower` (`fans_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='粉丝关系'; ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='粉丝关系';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment