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