feat: Add tenant table/logic #50
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pantheon/hestia#50
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "add-tenant-table"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
close #39
is this the orgId?
it should default to this table name, no caps. If we want to specify it then lets do it for all tables?
clerkOrganizationId*
@ -20,0 +18,4 @@id String @default(uuid())clerkId Stringtenant Tenant @relation(fields: [tenantId], references: [id])tenantId StringclerkUserId*
users