mirror of
https://github.com/EdiFarcas/Giveaway-app.git
synced 2026-06-28 21:00:48 +03:00
Update 1
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Giveaway" ADD COLUMN "entryCost" INTEGER NOT NULL DEFAULT 7000000;
|
||||
@@ -64,6 +64,7 @@ model Giveaway {
|
||||
prize String
|
||||
active Boolean @default(true)
|
||||
createdAt DateTime @default(now())
|
||||
entryCost Int @default(7000000)
|
||||
entries Entry[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user