Files
mod-azerothshard/data/sql/db-characters/buy_log.sql
2021-12-07 18:53:30 +07:00

8 lines
138 B
SQL

create table `buy_log` (
`playerGuid` bigint (10),
`item` int (10),
`vendor` bigint (10),
`price` bigint (10),
`date` timestamp
);