Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
installationId | BigInt | ✓ | unique |
accountLogin | String | ✓ | |
accountType | String | ✓ | |
organizationId | String | - | |
repositories | Json | - | |
createdAt | DateTime | ✓ | |
updatedAt | DateTime | ✓ |
Diagram
mermaiderDiagram GithubInstallation { id String [PK] installationId BigInt [UNIQUE] accountLogin String accountType String organizationId String? repositories Json? createdAt DateTime updatedAt DateTime }
Was this page helpful?