<<

NAME

Koha::Schema::Result::Branch

TABLE: branches

ACCESSORS

branchcode

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

branchname

  data_type: 'mediumtext'
  is_nullable: 0

branchaddress1

  data_type: 'mediumtext'
  is_nullable: 1

branchaddress2

  data_type: 'mediumtext'
  is_nullable: 1

branchaddress3

  data_type: 'mediumtext'
  is_nullable: 1

branchzip

  data_type: 'varchar'
  is_nullable: 1
  size: 25

branchcity

  data_type: 'mediumtext'
  is_nullable: 1

branchstate

  data_type: 'mediumtext'
  is_nullable: 1

branchcountry

  data_type: 'text'
  is_nullable: 1

branchphone

  data_type: 'mediumtext'
  is_nullable: 1

branchfax

  data_type: 'mediumtext'
  is_nullable: 1

branchemail

  data_type: 'mediumtext'
  is_nullable: 1

branchreplyto

  data_type: 'mediumtext'
  is_nullable: 1

branchreturnpath

  data_type: 'mediumtext'
  is_nullable: 1

branchurl

  data_type: 'mediumtext'
  is_nullable: 1

issuing

  data_type: 'tinyint'
  is_nullable: 1

branchip

  data_type: 'varchar'
  is_nullable: 1
  size: 15

branchprinter

  data_type: 'varchar'
  is_nullable: 1
  size: 100

branchnotes

  data_type: 'mediumtext'
  is_nullable: 1

opac_info

  data_type: 'text'
  is_nullable: 1

PRIMARY KEY

RELATIONS

aqbaskets

Type: has_many

Related object: Koha::Schema::Result::Aqbasket

authorised_values_branches

Type: has_many

Related object: Koha::Schema::Result::AuthorisedValuesBranch

borrower_attribute_types_branches

Type: has_many

Related object: Koha::Schema::Result::BorrowerAttributeTypesBranch

borrowers

Type: has_many

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

branch_borrower_circ_rules

Type: has_many

Related object: Koha::Schema::Result::BranchBorrowerCircRule

branch_item_rules

Type: has_many

Related object: Koha::Schema::Result::BranchItemRule

branchrelations

Type: has_many

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

branchtransfers_frombranches

Type: has_many

Related object: Koha::Schema::Result::Branchtransfer

branchtransfers_tobranches

Type: has_many

Related object: Koha::Schema::Result::Branchtransfer

categories_branches

Type: has_many

Related object: Koha::Schema::Result::CategoriesBranch

collections

Type: has_many

Related object: Koha::Schema::Result::Collection

course_items

Type: has_many

Related object: Koha::Schema::Result::CourseItem

creator_batches

Type: has_many

Related object: Koha::Schema::Result::CreatorBatch

default_branch_circ_rule

Type: might_have

Related object: Koha::Schema::Result::DefaultBranchCircRule

hold_fill_targets

Type: has_many

Related object: Koha::Schema::Result::HoldFillTarget

items_holdingbranches

Type: has_many

Related object: Koha::Schema::Result::Item

items_homebranches

Type: has_many

Related object: Koha::Schema::Result::Item

opac_news

Type: has_many

Related object: Koha::Schema::Result::OpacNews

reserves

Type: has_many

Related object: Koha::Schema::Result::Reserve

transport_cost_frombranches

Type: has_many

Related object: Koha::Schema::Result::TransportCost

transport_cost_tobranches

Type: has_many

Related object: Koha::Schema::Result::TransportCost

categorycodes

Type: many_to_many

Composing rels: "branchrelations" -> categorycode

<<