Files
drop/prisma/migrations/20241011103116_add_cover_image/migration.sql

9 lines
228 B
SQL

/*
Warnings:
- Added the required column `mCoverId` to the `Game` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "Game" ADD COLUMN "mCoverId" TEXT NOT NULL;