2 lines
99 B
SQL
2 lines
99 B
SQL
-- AlterTable
|
|
ALTER TABLE "CreditNote" ADD COLUMN "value" DOUBLE PRECISION NOT NULL DEFAULT 0;
|