mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-04 23:37:17 +00:00
Created trader_audit (markdown)
@@ -0,0 +1,9 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
time|datetime|NO| |0000-00-00 00:00:00|
|
||||||
|
seller|varchar(64)|NO| | |
|
||||||
|
buyer|varchar(64)|NO| | |
|
||||||
|
itemname|varchar(64)|NO| | |
|
||||||
|
quantity|int(11)|NO| |0|
|
||||||
|
totalcost|int(11)|NO| |0|
|
||||||
|
trantype|tinyint(4)|NO| |0|
|
||||||
Reference in New Issue
Block a user