Files
Yehonal 6fa0b0f315 Init
2021-06-09 01:15:26 +02:00

8 lines
138 B
SQL

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