From 0a0dd4073f17cdc8bf2718d086021d6dc1efde94 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:52:09 -0600 Subject: [PATCH] Created spawn_events (markdown) --- spawn_events.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 spawn_events.md diff --git a/spawn_events.md b/spawn_events.md new file mode 100644 index 0000000..445a0fd --- /dev/null +++ b/spawn_events.md @@ -0,0 +1,16 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(10) unsigned|NO|PRI| |auto\_increment +zone|varchar(32)|YES| | | +cond\_id|mediumint(8) unsigned|NO| |0| +name|varchar(255)|NO| | | +period|int(10) unsigned|NO| |0| +next\_minute|tinyint(3) unsigned|NO| |0| +next\_hour|tinyint(3) unsigned|NO| |0| +next\_day|tinyint(3) unsigned|NO| |0| +next\_month|tinyint(3) unsigned|NO| |0| +next\_year|int(10) unsigned|NO| |0| +enabled|tinyint(4)|NO| |1| +action|tinyint(3) unsigned|NO| |0| +argument|mediumint(9)|NO| |0| +strict|tinyint(4)|NO| |0| \ No newline at end of file