Koha::Schema::Result::SearchMarcMap
search_marc_map
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
data_type: 'enum' extra: {list => ["biblios","authorities"]} is_nullable: 0
what storage index this map is for
data_type: 'enum' extra: {list => ["marc21","unimarc"]} is_nullable: 0
what MARC type this map is for
data_type: 'varchar' is_nullable: 0 size: 255
the MARC specifier for this field
index_name
Type: has_many
Related object: Koha::Schema::Result::SearchMarcToField