mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2025-10-22 18:33:11 +00:00
6 lines
137 B
SQL
6 lines
137 B
SQL
-- DropIndex
|
|
DROP INDEX `Account_accessToken_key` ON `Account`;
|
|
|
|
-- AlterTable
|
|
ALTER TABLE `Account` MODIFY `accessToken` TEXT NOT NULL;
|