map
This commit is contained in:
@@ -17,6 +17,8 @@ model Location {
|
||||
id Int @id @default(autoincrement())
|
||||
name String
|
||||
description String? // Optional Markdown text
|
||||
mapX Float?
|
||||
mapY Float?
|
||||
|
||||
// A location can be the start OR end of many cables
|
||||
startCables Cable[] @relation("StartLocation")
|
||||
|
||||
Reference in New Issue
Block a user