Compare commits
2 Commits
8fccc62f33
...
bb87e0ac05
| Author | SHA1 | Date | |
|---|---|---|---|
| bb87e0ac05 | |||
|
|
01569670b4 |
@@ -877,7 +877,7 @@ model HostParent {
|
|||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
hostXid Int @map("host_xid")
|
hostXid Int @map("host_xid")
|
||||||
host HostHeader @relation(fields: [hostXid], references: [id], onDelete: Cascade)
|
host HostHeader @relation(fields: [hostXid], references: [id], onDelete: Cascade)
|
||||||
companyName String @map("company_name") @db.VarChar(100)
|
companyName String? @map("company_name") @db.VarChar(100)
|
||||||
address1 String? @map("address_1") @db.VarChar(150)
|
address1 String? @map("address_1") @db.VarChar(150)
|
||||||
address2 String? @map("address_2") @db.VarChar(150)
|
address2 String? @map("address_2") @db.VarChar(150)
|
||||||
cityXid Int? @map("city_xid")
|
cityXid Int? @map("city_xid")
|
||||||
|
|||||||
Reference in New Issue
Block a user