3 lines
95 B
SQL
3 lines
95 B
SQL
-- AlterTable
|
|
ALTER TABLE "Subscription" ADD COLUMN "quantity" INTEGER NOT NULL DEFAULT 1;
|