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