Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
documentId | String | ✓ | |
name | String | ✓ | |
type | String | ✓ | |
line | Int | ✓ | |
signature | String | - | |
docstring | String | - | |
createdAt | DateTime | ✓ |
Diagram
mermaiderDiagram CodeSymbol { id String [PK] documentId String name String type String line Int signature String? docstring String? createdAt DateTime } CodeSymbol ||--|| Document : ""
Relationships
- HAS_ONE →
Document
Was this page helpful?