# FieldDefinition

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts#L731)

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` |
