Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts
Database Model entity
Properties
| Property | Type |
|---|---|
type | EntityType.DATABASE_MODEL |
tableName | string |
fields | FieldDefinition[] |
indexes | IndexDefinition[] |
relations | RelationDefinition[] |
orm | `'prisma' |
primaryKey | string[] |
uniqueConstraints | UniqueConstraint[] |
Was this page helpful?