summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/holiday_dates.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/holiday_dates.md b/docs/holiday_dates.md
new file mode 100644
index 0000000..a492f38
--- /dev/null
+++ b/docs/holiday_dates.md
@@ -0,0 +1,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`