You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a TenantEntity to model tenants and include a FK to tenants in UserEntity and we'll also need this for MetadataSchemaEntity as well. MetadataSchemaEntity.name will need to be unique for a given tenant_id. See https://gist.github.com/machristie/0c7e28f11347d735f5517c3b5bf14d57 for schema design.
The text was updated successfully, but these errors were encountered:
Create a TenantEntity to model tenants and include a FK to tenants in UserEntity and we'll also need this for MetadataSchemaEntity as well. MetadataSchemaEntity.name will need to be unique for a given tenant_id. See https://gist.github.com/machristie/0c7e28f11347d735f5517c3b5bf14d57 for schema design.
The text was updated successfully, but these errors were encountered: