Alternative database installer.
This commit is contained in:
6
trunk/dist/tools/sql/server/item_auction_bid.sql
vendored
Normal file
6
trunk/dist/tools/sql/server/item_auction_bid.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `item_auction_bid` (
|
||||
`auctionId` int(11) NOT NULL,
|
||||
`playerObjId` int(11) NOT NULL,
|
||||
`playerBid` bigint(20) NOT NULL,
|
||||
PRIMARY KEY (`auctionId`,`playerObjId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user