fieldmapping


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null

unique identifier assigned by Koha

field VARCHAR 255 null

keyword to be mapped to (ex. subtitle)

frameworkcode CHAR 4

foreign key from the biblio_framework table to link this mapping to a specific framework

fieldcode CHAR 3 null

marc field number to map to this keyword

subfieldcode CHAR 1 null

marc subfield associated with the fieldcode to map to this keyword

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id