migrate/1725261086_change_table_star.up.sql

2 lines
81 B
MySQL
Raw Normal View History

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