2 lines
104 B
SQL
2 lines
104 B
SQL
-- AlterTable
|
|
ALTER TABLE "Quotation" ADD COLUMN "vatExcluded" DOUBLE PRECISION NOT NULL DEFAULT 0;
|