<<

NAME

Koha::Schema::Result::Collection

TABLE: collections

ACCESSORS

colid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

coltitle

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

coldesc

  data_type: 'text'
  is_nullable: 0

colbranchcode

  data_type: 'varchar'
  is_nullable: 1
  size: 4

branchcode for branch where item should be held.

PRIMARY KEY

<<