Koha::Schema::Result::RepeatableHoliday
repeatable_holidays
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique identifier assigned by Koha
data_type: 'varchar' is_foreign_key: 1 is_nullable: 0 size: 10
foreign key from the branches table, defines which branch this closing is for
data_type: 'smallint' is_nullable: 1
day of the week (0=Sunday, 1=Monday, etc) this closing is repeated on
data_type: 'smallint' is_nullable: 1
day of the month this closing is on
data_type: 'smallint' is_nullable: 1
month this closing is in
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 50
title of this closing
data_type: 'mediumtext' is_nullable: 0
description for this closing
Type: belongs_to
Related object: Koha::Schema::Result::Branch