4x/user/doc/V2.7.5/user_center_V2.7.5_mysql_增量...

6 lines
345 B
MySQL
Raw Permalink Normal View History

2024-12-26 19:24:07 +08:00
ALTER TABLE `user_center`.`center_role_authority_rel`
ADD INDEX `authority_id_index`(`authority_id`) USING BTREE;
ALTER TABLE `user_center`.`center_role_authority_rel`
ADD INDEX `role_id_index`(`role_id`) USING BTREE;
ALTER TABLE `user_center`.`center_tenant_authority_rel`
ADD INDEX `authority_id_index`(`authority_id`) USING BTREE;