<<

NAME

Koha::Schema::Result::Desk

TABLE: desks

ACCESSORS

desk_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

desk_name

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

branchcode

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

PRIMARY KEY

RELATIONS

branchcode

Type: belongs_to

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

<<