Removed unneccesary comment in prisma schema
This commit is contained in:
parent
ac7ebbbf5e
commit
656ca2f74a
@ -40,7 +40,7 @@ model Item {
|
|||||||
comment String?
|
comment String?
|
||||||
status itemStatus @default(normal) /// TODO: Would it be better to create a separate model for this as well instead of providing several static statuses to choose from(enum)?
|
status itemStatus @default(normal) /// TODO: Would it be better to create a separate model for this as well instead of providing several static statuses to choose from(enum)?
|
||||||
|
|
||||||
contactInfo contactInfo? @relation(fields: [contactInfoId], references: [id]) ///
|
contactInfo contactInfo? @relation(fields: [contactInfoId], references: [id])
|
||||||
contactInfoId Int?
|
contactInfoId Int?
|
||||||
|
|
||||||
manufacturer String?
|
manufacturer String?
|
||||||
|
Loading…
Reference in New Issue
Block a user