2 lines
91 B
SQL
2 lines
91 B
SQL
-- AlterTable
|
|
ALTER TABLE "Quotation" ALTER COLUMN "quotationStatus" SET DEFAULT 'Issued';
|