This commit is contained in:
bipproduction
2025-10-20 17:30:08 +08:00
parent cc9d5480fa
commit e025dc3258
19 changed files with 1421 additions and 4242 deletions

View File

@@ -46,3 +46,10 @@ model WebHook {
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}
model WaHook {
id String @id @default(cuid())
data Json? @db.Json
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}