API authentifiée
This commit is contained in:
@ -10,6 +10,7 @@ datasource db {
|
||||
model User {
|
||||
id Int @id @default(autoincrement())
|
||||
name String @unique
|
||||
password String
|
||||
money Int @default(0)
|
||||
currentRunner Boolean @default(false)
|
||||
actions ChallengeAction[]
|
||||
|
Reference in New Issue
Block a user