forked from noxious/server
made typescript my bitch
This commit is contained in:
@ -28,12 +28,12 @@ model User {
|
||||
|
||||
model Character {
|
||||
id Int @id @default(autoincrement())
|
||||
userId Int
|
||||
user User @relation(fields: [userId], references: [id])
|
||||
name String
|
||||
position_x Int
|
||||
position_y Int
|
||||
rotation Int
|
||||
userId Int
|
||||
user User @relation(fields: [userId], references: [id])
|
||||
zoneId Int
|
||||
zone Zone @relation(fields: [zoneId], references: [id])
|
||||
}
|
||||
|
Reference in New Issue
Block a user