<<

NAME

Koha::Schema::Result::TagsIndex

TABLE: tags_index

ACCESSORS

term

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

biblionumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

weight

  data_type: 'integer'
  default_value: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

biblionumber

Type: belongs_to

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

term

Type: belongs_to

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

<<