Files
auth-server/tools/migrations/v1.3.1.sql
T
2021-12-23 13:33:58 +00:00

2 lines
78 B
SQL

ALTER TABLE `accounts` CHANGE `id` `index` INT( 11 ) NOT NULL AUTO_INCREMENT;