From 3db0986072393da85b595775c96cc8fbc51e56d2 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:34:28 -0600 Subject: [PATCH] Created inventory_snapshots (markdown) --- inventory_snapshots.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 inventory_snapshots.md diff --git a/inventory_snapshots.md b/inventory_snapshots.md new file mode 100644 index 0000000..185e2c0 --- /dev/null +++ b/inventory_snapshots.md @@ -0,0 +1,19 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +time\_index|int(11) unsigned|NO|PRI|0| +charid|int(11) unsigned|NO|PRI|0| +slotid|mediumint(7) unsigned|NO|PRI|0| +itemid|int(11) unsigned|YES| |0| +charges|smallint(3) unsigned|YES| |0| +color|int(11) unsigned|NO| |0| +augslot1|mediumint(7) unsigned|NO| |0| +augslot2|mediumint(7) unsigned|NO| |0| +augslot3|mediumint(7) unsigned|NO| |0| +augslot4|mediumint(7) unsigned|NO| |0| +augslot5|mediumint(7) unsigned|YES| |0| +augslot6|mediumint(7)|NO| |0| +instnodrop|tinyint(1) unsigned|NO| |0| +custom\_data|text|YES| | | +ornamenticon|int(11) unsigned|NO| |0| +ornamentidfile|int(11) unsigned|NO| |0| +ornament\_hero\_model|int(11)|NO| |0| \ No newline at end of file