2 lines
94 B
SQL
2 lines
94 B
SQL
-- AlterTable
|
|
ALTER TABLE "CreditNote" ALTER COLUMN "creditNoteStatus" SET DEFAULT 'Waiting';
|