mirror of
https://github.com/araxiaonline/mod-azerothshard.git
synced 2026-06-13 17:52:25 -04:00
8 lines
138 B
SQL
8 lines
138 B
SQL
create table `buy_log` (
|
|
`playerGuid` bigint (10),
|
|
`item` int (10),
|
|
`vendor` bigint (10),
|
|
`price` bigint (10),
|
|
`date` timestamp
|
|
);
|