<<

NAME

Koha::Schema::Result::Collection

TABLE: collections

ACCESSORS

colId

  accessor: 'col_id'
  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

colTitle

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

colDesc

  accessor: 'col_desc'
  data_type: 'mediumtext'
  is_nullable: 0

colBranchcode

  accessor: 'col_branchcode'
  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 1
  size: 10

PRIMARY KEY

RELATIONS

col_branchcode

Type: belongs_to

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

<<