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