3 lines
87 B
SQL
3 lines
87 B
SQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE `partners` ADD COLUMN `licenseQuota` INTEGER NULL DEFAULT 0;
|