From 5c1d893d754eda580c3dadc7ce6fa82b069e893a Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:22:43 -0600 Subject: [PATCH] Created bot_pets (markdown) --- bot_pets.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bot_pets.md diff --git a/bot_pets.md b/bot_pets.md new file mode 100644 index 0000000..eee84b4 --- /dev/null +++ b/bot_pets.md @@ -0,0 +1,8 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +pets\_index|int(10) unsigned|NO|PRI| |auto\_increment +pet\_id|int(10) unsigned|NO| |0| +bot\_id|int(10) unsigned|NO|UNI|0| +name|varchar(64)|YES| | | +mana|int(11)|NO| |0| +hp|int(11)|NO| |0| \ No newline at end of file