<<

NAME

Koha::Schema::Result::Branchcategory

TABLE: branchcategories

ACCESSORS

categorycode

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 10

categoryname

  data_type: 'varchar'
  is_nullable: 1
  size: 32

codedescription

  data_type: 'mediumtext'
  is_nullable: 1

categorytype

  data_type: 'varchar'
  is_nullable: 1
  size: 16

show_in_pulldown

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

RELATIONS

branchrelations

Type: has_many

Related object: Koha::Schema::Result::Branchrelation

branchcodes

Type: many_to_many

Composing rels: "branchrelations" -> branchcode

<<