3 lines
134 B
MySQL
3 lines
134 B
MySQL
![]() |
ALTER TABLE `ufutx_dynamic_collect`
|
||
|
ADD INDEX `square_id`(`square_id`) USING BTREE,
|
||
|
ADD INDEX `to_user_id`(`to_user_id`) USING BTREE;
|