From 076885dc06d44045b5ef6ccb71b22887453075bc Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 12 May 2020 19:56:03 +0200 Subject: Create holiday_dates.md (#226) * Create holiday_dates.md * Update holiday_dates.md --- docs/holiday_dates.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/holiday_dates.md 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` -- cgit