jws-backend/prisma/migrations/20241114060904_make_required/migration.sql
2024-11-14 13:09:42 +07:00

8 lines
250 B
SQL

/*
Warnings:
- Made the column `requestDataStatus` on table `RequestData` required. This step will fail if there are existing NULL values in that column.
*/
-- AlterTable
ALTER TABLE "RequestData" ALTER COLUMN "requestDataStatus" SET NOT NULL;