Renamed SQL table item_mall_transactions to prime_shop_transactions.

This commit is contained in:
MobiusDevelopment
2019-09-18 04:29:01 +00:00
parent 844d19955c
commit de5f9fc41d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
CREATE TABLE IF NOT EXISTS `item_mall_transactions` (
CREATE TABLE IF NOT EXISTS `prime_shop_transactions` (
`charId` INT UNSIGNED NOT NULL DEFAULT 0,
`productId` INT NOT NULL DEFAULT 0,
`quantity` INT NOT NULL DEFAULT 1,