Koha::Schema::Result::ItemGroup
item_groups
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
id for the items group
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
id for the bibliographic record the group belongs to
data_type: 'integer' default_value: 0 is_nullable: 0
The 'sort order' for item_groups
data_type: 'mediumtext' is_nullable: 1
A group description
data_type: 'timestamp' datetime_undef_if_invalid: 1 is_nullable: 1
Time and date the group was created
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
Time and date of the latest change on the group
Type: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: has_many
Related object: Koha::Schema::Result::ItemGroupItem
Type: has_many
Related object: Koha::Schema::Result::OldReserve
Type: has_many
Related object: Koha::Schema::Result::Reserve