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