Renamed SQL table item_mall_transactions to prime_shop_transactions.
This commit is contained in:
@@ -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,
|
||||
Reference in New Issue
Block a user