<<

NAME

Koha::Schema::Result::TagsIndex

TABLE: tags_index

ACCESSORS

term

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 0
  size: 191

the tag

biblionumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

the bib record this tag was used on (biblio.biblionumber)

weight

  data_type: 'integer'
  default_value: 1
  is_nullable: 0

the number of times this term was used on this bib record

PRIMARY KEY

RELATIONS

biblionumber

Type: belongs_to

Related object: Koha::Schema::Result::Biblio

term

Type: belongs_to

Related object: Koha::Schema::Result::TagsApproval

<<