mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-02 17:27:16 +00:00
Created buyer (markdown)
+8
@@ -0,0 +1,8 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
charid|int(11)|NO|PRI|0|
|
||||||
|
buyslot|int(11)|NO|PRI|0|
|
||||||
|
itemid|int(11)|NO| |0|
|
||||||
|
itemname|varchar(65)|NO| | |
|
||||||
|
quantity|int(11)|NO| |0|
|
||||||
|
price|int(11)|NO| |0|
|
||||||
Reference in New Issue
Block a user