Koha::Schema::Result::TagsIndex
tags_index
data_type: 'varchar' is_foreign_key: 1 is_nullable: 0 size: 191
the tag
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
the bib record this tag was used on (biblio.biblionumber)
data_type: 'integer' default_value: 1 is_nullable: 0
the number of times this term was used on this bib record
Type: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: belongs_to
Related object: Koha::Schema::Result::TagsApproval