summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2020-05-12 19:56:03 +0200
committerGitHub <noreply@github.com>2020-05-12 19:56:03 +0200
commit076885dc06d44045b5ef6ccb71b22887453075bc (patch)
tree101c6d1fce1e3523729be3f0fa2fb4bde87439f6
parentc685f900a468b3a2a90e27d9592be1b72855420c (diff)
downloadwiki-076885dc06d44045b5ef6ccb71b22887453075bc.tar.gz
wiki-076885dc06d44045b5ef6ccb71b22887453075bc.tar.bz2
wiki-076885dc06d44045b5ef6ccb71b22887453075bc.zip
Create holiday_dates.md (#226)
* Create holiday_dates.md * Update holiday_dates.md
-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`