Table testsql_comments.special_holidays
non repeatable holidays/library closings

Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id int 10  √ 
fieldmapping.id Implied Constraint R
unique identifier assigned by Koha
branchcode varchar 10
branches.branchcode Implied Constraint R
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 text 65535 description of this closing

Table contained 0 rows at Tue Dec 27 16:24 NZDT 2016

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

Close relationships: