索引的增加

This commit is contained in:
wangliwen 2022-06-27 14:20:41 +08:00
parent c5aaf590f2
commit 41517968a3
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
alter table `tb_resource_collection` ADD INDEX `resourceid`(`resource_id`) USING BTREE comment '收藏的资源id';
alter table `tb_resource_car` ADD INDEX `resourceid`(`resource_id`) USING BTREE comment '加入申购车的id';
alter table `tb_resource_score` ADD INDEX `resourceid`(`resource_id`) USING BTREE comment '评分的资源id';
ALTER TABLE `tb_resource_browse` ADD INDEX `resourceid`(`resource_id`) USING BTREE COMMENT '资源id索引';