3 lines
96 B
MySQL
3 lines
96 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "RequestData" ALTER COLUMN "requestDataStatus" SET DEFAULT 'Pending';
|