Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
The id of holiday |
||||
libraryId | INT | 10 | null |
|
|
The library system id |
|||||
date | DATE | 10 | null |
|
|
Date of holiday |
|||||
name | VARCHAR | 100 | null |
|
|
Name of holiday |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
holiday_s_pk | Primary key | Asc | id |
Date | Performance | Asc | date |
Library | Performance | Asc | libraryId |
LibraryDate | Must be unique | Asc/Asc | date + libraryId |
PRIMARY | Must be unique | Asc | id |