Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
unique identifier assigned by Koha |
|||
name | VARCHAR | 255 | √ | null |
|
|
name for this definition |
|||
description | MEDIUMTEXT | 16777215 | √ | null |
|
|
description for this definition |
|||
date_created | DATETIME | 19 | √ | null |
|
|
date and time this definition was created |
|||
date_modified | DATETIME | 19 | √ | null |
|
|
date and time this definition was last modified |
|||
saved_sql | MEDIUMTEXT | 16777215 | √ | null |
|
|
SQL snippet for us in reports |
|||
report_area | VARCHAR | 6 | √ | null |
|
|
Koha module this definition is for Circulation, Catalog, Patrons, Acquistions, Accounts) |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
dictionary_area_idx | Performance | Asc | report_area |