Addition of item_mall_transactions SQL table.
This commit is contained in:
parent
0ef150f22a
commit
565a774d48
6
L2J_Mobius_CT_2.6_HighFive/dist/db_installer/sql/game/item_mall_transactions.sql
vendored
Normal file
6
L2J_Mobius_CT_2.6_HighFive/dist/db_installer/sql/game/item_mall_transactions.sql
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `item_mall_transactions` (
|
||||
`charId` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`productId` INT NOT NULL DEFAULT 0,
|
||||
`quantity` INT NOT NULL DEFAULT 1,
|
||||
`transactionTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Loading…
Reference in New Issue
Block a user