Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | unique |
organizationId | String | ✓ |
Diagram
mermaiderDiagram ProjectL10nSettings { id String [PK] projectId String [UNIQUE] organizationId String }
Was this page helpful?