<<

NAME

Koha::Schema::Result::TagAll

TABLE: tags_all

ACCESSORS

tag_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

biblionumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

term

  data_type: 'varchar'
  is_nullable: 0
  size: 255

language

  data_type: 'integer'
  is_nullable: 1

date_created

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

biblionumber

Type: belongs_to

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

borrowernumber

Type: belongs_to

Related object: Koha::Schema::Result::Borrower

<<