add tenant config table
This commit is contained in:
parent
8006d523c7
commit
2144ae053d
1 changed files with 7 additions and 0 deletions
|
|
@ -40,3 +40,10 @@ model Tenant {
|
|||
clerkOrganizationId String @unique
|
||||
users User[]
|
||||
}
|
||||
|
||||
model TenantConfig {
|
||||
tenantId String @id
|
||||
accountSID String
|
||||
authToken String
|
||||
phoneNumber String
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue