<<

NAME

Koha::Schema::Result::Branch

TABLE: branches

ACCESSORS

branchcode

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

branchname

  data_type: 'longtext'
  is_nullable: 0

branchaddress1

  data_type: 'longtext'
  is_nullable: 1

branchaddress2

  data_type: 'longtext'
  is_nullable: 1

branchaddress3

  data_type: 'longtext'
  is_nullable: 1

branchzip

  data_type: 'varchar'
  is_nullable: 1
  size: 25

branchcity

  data_type: 'longtext'
  is_nullable: 1

branchstate

  data_type: 'longtext'
  is_nullable: 1

branchcountry

  data_type: 'mediumtext'
  is_nullable: 1

branchphone

  data_type: 'longtext'
  is_nullable: 1

branchfax

  data_type: 'longtext'
  is_nullable: 1

branchemail

  data_type: 'longtext'
  is_nullable: 1

branchreplyto

  data_type: 'longtext'
  is_nullable: 1

branchreturnpath

  data_type: 'longtext'
  is_nullable: 1

branchurl

  data_type: 'longtext'
  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: 'longtext'
  is_nullable: 1

opac_info

  data_type: 'mediumtext'
  is_nullable: 1

geolocation

  data_type: 'varchar'
  is_nullable: 1
  size: 255

marcorgcode

  data_type: 'varchar'
  is_nullable: 1
  size: 16

PRIMARY KEY

RELATIONS

aqbaskets

Type: has_many

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

article_requests

Type: has_many

Related object: Koha::Schema::Result::ArticleRequest

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

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

club_enrollments

Type: has_many

Related object: Koha::Schema::Result::ClubEnrollment

club_templates

Type: has_many

Related object: Koha::Schema::Result::ClubTemplate

clubs

Type: has_many

Related object: Koha::Schema::Result::Club

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

edifact_eans

Type: has_many

Related object: Koha::Schema::Result::EdifactEan

hold_fill_targets

Type: has_many

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

illrequests

Type: has_many

Related object: Koha::Schema::Result::Illrequest

items_holdingbranches

Type: has_many

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

items_homebranches

Type: has_many

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

library_groups

Type: has_many

Related object: Koha::Schema::Result::LibraryGroup

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

<<