Koha::Schema::Result::Collection
collections
accessor: 'col_id' data_type: 'integer' is_auto_increment: 1 is_nullable: 0
accessor: 'col_title' data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 100
accessor: 'col_desc' data_type: 'mediumtext' is_nullable: 0
accessor: 'col_branchcode' data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
'branchcode for branch where item should be held.'
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: has_many
Related object: Koha::Schema::Result::CollectionsTracking