2 lines
92 B
SQL
2 lines
92 B
SQL
-- AlterTable
|
|
ALTER TABLE "Product" ADD COLUMN "calcVat" BOOLEAN NOT NULL DEFAULT true;
|