special_holidays


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null

unique identifier assigned by Koha

branchcode VARCHAR 10

foreign key from the branches table, defines which branch this closing is for

day SMALLINT 5 0

day of the month this closing is on

month SMALLINT 5 0

month this closing is in

year SMALLINT 5 0

year this closing is in

isexception SMALLINT 5 1

is this a holiday exception to a repeatable holiday (1 for yes, 0 for no)

title VARCHAR 50

title for this closing

description MEDIUMTEXT 16777215 null

description of this closing

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id