manufacturer is now optional in DB schema
This commit is contained in:
parent
e11bea21ea
commit
ce31beb1a8
@ -43,7 +43,7 @@ model Item {
|
|||||||
contactInfo contactInfo? @relation(fields: [contactInfoId], references: [id]) ///
|
contactInfo contactInfo? @relation(fields: [contactInfoId], references: [id]) ///
|
||||||
contactInfoId Int?
|
contactInfoId Int?
|
||||||
|
|
||||||
manufacturer String
|
manufacturer String?
|
||||||
|
|
||||||
category itemCategory? @relation(fields: [categoryId], references: [id])
|
category itemCategory? @relation(fields: [categoryId], references: [id])
|
||||||
categoryId Int?
|
categoryId Int?
|
||||||
|
Loading…
Reference in New Issue
Block a user