From b4774a46d9e20326764c2a361e7fd5eba6d46f42 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:45:50 -0600 Subject: [PATCH] Created loottable (markdown) --- loottable.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 loottable.md diff --git a/loottable.md b/loottable.md new file mode 100644 index 0000000..18fee90 --- /dev/null +++ b/loottable.md @@ -0,0 +1,8 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(11) unsigned|NO|PRI| |auto\_increment +name|varchar(255)|NO| | | +mincash|int(11) unsigned|NO| |0| +maxcash|int(11) unsigned|NO| |0| +avgcoin|int(10) unsigned|NO| |0| +done|tinyint(3)|NO| |0| \ No newline at end of file