mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2025-10-22 18:33:11 +00:00
3 lines
78 B
SQL
3 lines
78 B
SQL
-- AlterTable
|
|
ALTER TABLE `App` ADD COLUMN `repositoryUrl` VARCHAR(191) NULL;
|