3 lines
98 B
MySQL
3 lines
98 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "Sub" ADD COLUMN "billingAutoRenew" BOOLEAN NOT NULL DEFAULT false;
|