Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
organizationId | String | ✓ | unique |
customDomain | String | - | |
logoUrl | String | - | |
faviconUrl | String | - | |
primaryColor | String | ✓ | |
fontFamily | String | ✓ | |
hidePoweredBy | Boolean | ✓ | |
customFooter | String | - | |
createdAt | DateTime | ✓ | |
updatedAt | DateTime | ✓ |
Diagram
mermaiderDiagram WhiteLabelConfig { id String [PK] organizationId String [UNIQUE] customDomain String? logoUrl String? faviconUrl String? primaryColor String fontFamily String hidePoweredBy Boolean customFooter String? createdAt DateTime updatedAt DateTime } WhiteLabelConfig ||--|| Organization : ""
Relationships
- HAS_ONE →
Organization
Was this page helpful?