Files
Giveaway-app/prisma/migrations/20250429162044_video_update2/migration.sql
T
2025-04-29 19:33:35 +03:00

3 lines
85 B
SQL

-- AlterTable
ALTER TABLE "Video" ADD COLUMN "coins" INTEGER NOT NULL DEFAULT 0;