<<

NAME

Koha::Schema::Result::BranchesOverdrive

TABLE: branches_overdrive

ACCESSORS

branchcode

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

authname

  data_type: 'varchar'
  is_nullable: 0
  size: 255

PRIMARY KEY

RELATIONS

branchcode

Type: belongs_to

Related object: Koha::Schema::Result::Branch

<<