Join Slack
Powered by
```model Games { id Int @id @default(...
# orm-help
j
James
10/05/2021, 4:32 AM
Copy code
model Games { id Int @id @default(autoincrement()) name String numPlayers @db.SmallInt }
Error validating: This line is not a valid field or attribute definition.
Open in Slack
Previous
Next