Made view more api for upper section and host pq redirectiion through mail
This commit is contained in:
@@ -850,7 +850,7 @@ model HostSuggestion {
|
||||
id Int @id @default(autoincrement())
|
||||
hostXid Int @map("host_xid")
|
||||
host HostHeader @relation(fields: [hostXid], references: [id], onDelete: Cascade)
|
||||
title String @map("title") @db.VarChar(20)
|
||||
title String @map("title") @db.VarChar(50)
|
||||
comments String @map("comments") @db.VarChar(200)
|
||||
isparent Boolean @default(false) @map("is_parent")
|
||||
isreviewed Boolean @default(false) @map("is_reviewed")
|
||||
|
||||
Reference in New Issue
Block a user