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;