migrate/1725260956_change_table_collect.up.sql

3 lines
134 B
MySQL
Raw Normal View History

2024-09-02 15:12:07 +08:00
ALTER TABLE `ufutx_dynamic_collect`
ADD INDEX `square_id`(`square_id`) USING BTREE,
ADD INDEX `to_user_id`(`to_user_id`) USING BTREE;