Files
Giveaway-app/prisma/migrations/20250427131538_add_giveaway_update_2/migration.sql
T
Alexandru Eduard Farcas d8da8c839f Initial commit - project setup
2025-04-27 17:13:38 +03:00

3 lines
88 B
SQL

-- AlterTable
ALTER TABLE "Giveaway" ADD COLUMN "value" INTEGER NOT NULL DEFAULT 0;