Files
drop/prisma/migrations/20250401085406_add_default_to_playtime/migration.sql
2025-04-01 21:08:57 +11:00

3 lines
76 B
SQL

-- AlterTable
ALTER TABLE "SaveSlot" ALTER COLUMN "playtime" SET DEFAULT 0;