Open gminetoma opened 2 months ago
This was modified to:
model RiotLolAccount {
puuid String @id
gameName String?
tagLine String?
region Region?
createdAt DateTime @default(now())
updatedAt DateTime @default(now()) @updatedAt
}
enum Region {
AMERICAS
ASIA
ESPORTS
EUROPE
}
With the following code, update the database schema. Including table name and field name.