From 7ae839a04535be568883c7146cff665cb22ca4ba Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 05:59:49 -0600 Subject: [PATCH] Created adventure_details (markdown) --- adventure_details.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 adventure_details.md diff --git a/adventure_details.md b/adventure_details.md new file mode 100644 index 0000000..ad36dc0 --- /dev/null +++ b/adventure_details.md @@ -0,0 +1,10 @@ +**id**|**int(10) unsigned**|**NO**|**PRI**| |**auto\_increment** +-----|-----|-----|-----|-----|----- +adventure\_id|smallint(5) unsigned|NO| | | +instance\_id|int(11)|NO| |-1| +count|smallint(5) unsigned|NO| |0| +assassinate\_count|smallint(5) unsigned|NO| |0| +status|tinyint(3) unsigned|NO| |0| +time\_created|int(10) unsigned|NO| |0| +time\_zoned|int(10) unsigned|NO| |0| +time\_completed|int(10) unsigned|NO| |0| \ No newline at end of file