cooking with websockets
This commit is contained in:
@@ -32,6 +32,6 @@ model Instance {
|
||||
|
||||
players Human[]
|
||||
|
||||
game Game @relation(fields: [gameKey], references: [key])
|
||||
gameState Json
|
||||
game Game @relation(fields: [gameKey], references: [key])
|
||||
gameState Json?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user