1
0
forked from noxious/server

#245 & #254: Started working on character hair sprite management & character customisation

This commit is contained in:
2024-11-21 02:58:25 +01:00
parent 40c7f6289a
commit 4a62bbb118
6 changed files with 65 additions and 40 deletions

View File

@ -21,16 +21,6 @@ model Object {
ZoneObject ZoneObject[]
}
model Item {
id String @id @default(uuid())
name String
description String?
stackable Boolean @default(false)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
characters CharacterItem[]
}
model Zone {
id Int @id @default(autoincrement())
name String