summaryrefslogtreecommitdiff
path: root/docs/holiday_dates.md
blob: a492f3804db08903fa91ef49e20e35fa117e7ff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# holiday\_dates

[<-Back-to:World](database-world.md)

**The \`holiday\_dates` table**

`table-no-description`

**Structure**

| Field            | Type    | Attribute | Key | Null | Default | Extra | Comment |
|:-----------------|---------|-----------|-----|------|---------|-------|---------|
| id               | int     | unsigned  | PRI | NO   |         |       |         |
| date_id          | tinyint | unsigned  | PRI | NO   |         |       |         |
| date_value       | int     | unsigned  |     | NO   |         |       |         |
| holiday_duration | int     | unsigned  |     | NO   | 0       |       |         |

**Description of fields:**

### id

`field-no-description|1`

### date_id

`field-no-description|2`

### date_value

`field-no-description|3`

### holiday_duration

`field-no-description|4`