Current (non-working-frontend) state
This commit is contained in:
@ -85,7 +85,6 @@ model itemCategory {
|
||||
Item Item[]
|
||||
}
|
||||
|
||||
/// TODO: Add relationship to StorageUnit, Item and if necessary to StorageLocation.
|
||||
model contactInfo {
|
||||
id Int @id @default(autoincrement())
|
||||
type contactType @default(person)
|
||||
@ -101,6 +100,7 @@ model contactInfo {
|
||||
Item Item[]
|
||||
}
|
||||
|
||||
/// TODO: Allow multiple types to be used?
|
||||
enum contactType {
|
||||
storageUnit
|
||||
owner
|
||||
|
Reference in New Issue
Block a user