Koha::Schema::Result::LibraryGroup
library_groups
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique id for each group
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
if this is a child group, the id of the parent group
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
The branchcode of a branch belonging to the parent group
data_type: 'varchar' is_nullable: 1 size: 100
Short description of the goup
data_type: 'mediumtext' is_nullable: 1
Longer explanation of the group, if necessary
data_type: 'tinyint' default_value: 0 is_nullable: 0
Turn on the feature 'Hide patron's info' for this group
data_type: 'tinyint' default_value: 0 is_nullable: 0
Turn on the feature "Limit item editing by group" for this group
data_type: 'tinyint' default_value: 0 is_nullable: 0
Use this group for staff side search groups
data_type: 'tinyint' default_value: 0 is_nullable: 0
Use this group for opac side search groups
data_type: 'tinyint' default_value: 0 is_nullable: 0
Use this group to identify libraries as pick up location for holds
data_type: 'tinyint' default_value: 0 is_nullable: 0
Use this group to identify libraries as part of float group
data_type: 'timestamp' datetime_undef_if_invalid: 1 is_nullable: 1
Date and time of creation
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
Date and time of last
library_groups_uniq_2
title
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: has_many
Related object: Koha::Schema::Result::LibraryGroup
Type: belongs_to
Related object: Koha::Schema::Result::LibraryGroup