There was an error while loading. Please reload this page.
1 parent ce5b06d commit 98e5458Copy full SHA for 98e5458
1 file changed
prisma/schema.prisma
@@ -188,6 +188,7 @@ model UserPlayground {
188
userId String @unique
189
username String
190
virtualPoint Int @default(0)
191
+ mainEventCurrency Int @default(0)
192
createdAt DateTime @default(now())
193
updatedAt DateTime @updatedAt
194
adWatchHistories AdWatchHistory[]
@@ -386,7 +387,6 @@ model UserData {
386
387
388
389
- mainEventCurrency Int @default(0)
390
jobInstitution String?
391
lineId String?
392
phoneNumber String?
0 commit comments