From 9a0d28de14a86f9a8e65ad99066835da5f1d9866 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:57:03 -0600 Subject: [PATCH] Created tasks (markdown) --- tasks.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tasks.md diff --git a/tasks.md b/tasks.md new file mode 100644 index 0000000..994d946 --- /dev/null +++ b/tasks.md @@ -0,0 +1,15 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(11) unsigned|NO|PRI|0| +duration|int(11) unsigned|NO| |0| +title|varchar(100)|NO| | | +description|text|NO| | | +reward|varchar(64)|NO| | | +rewardid|int(11) unsigned|NO| |0| +cashreward|int(11) unsigned|NO| |0| +xpreward|int(10)|NO| |0| +rewardmethod|tinyint(3) unsigned|NO| |2| +startzone|int(11)|NO| |0| +minlevel|tinyint(3) unsigned|NO| |0| +maxlevel|tinyint(3) unsigned|NO| |0| +repeatable|tinyint(1) unsigned|NO| |1| \ No newline at end of file