Database Installer.
This commit is contained in:
6
trunk/dist/db_installer/sql/game/auction_watch.sql
vendored
Normal file
6
trunk/dist/db_installer/sql/game/auction_watch.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
DROP TABLE IF EXISTS `auction_watch`;
|
||||
CREATE TABLE IF NOT EXISTS `auction_watch` (
|
||||
`charObjId` INT NOT NULL DEFAULT 0,
|
||||
`auctionId` INT NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`charObjId`,`auctionId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user