From fcfab9cefef4c716f26d31bb01d6ba914335cf19 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:32:00 -0600 Subject: [PATCH] Created character_potionbelt (markdown) --- character_potionbelt.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 character_potionbelt.md diff --git a/character_potionbelt.md b/character_potionbelt.md new file mode 100644 index 0000000..8801be5 --- /dev/null +++ b/character_potionbelt.md @@ -0,0 +1,6 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(11) unsigned|NO|PRI|0| +potion\_id|tinyint(11) unsigned|NO|PRI|0| +item\_id|int(11) unsigned|NO| |0| +icon|int(11) unsigned|NO| |0| \ No newline at end of file