Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts
Field definition for a database model
Properties
| Property | Type |
|---|---|
name | string |
type | string |
nullable | boolean |
unique | boolean |
primaryKey | boolean |
autoIncrement | boolean |
defaultValue | unknown |
description | string |
columnName | string |
Was this page helpful?