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