tambahan
This commit is contained in:
@@ -53,3 +53,15 @@ model WaHook {
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
}
|
||||
|
||||
model ChatFlows {
|
||||
id String @id @default(cuid())
|
||||
flows Json?
|
||||
defaultFlow String?
|
||||
defaultData Json?
|
||||
active Boolean @default(true)
|
||||
flowUrl String? @unique
|
||||
flowToken String?
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user