Alternative database installer.
This commit is contained in:
8
trunk/dist/tools/sql/server/merchant_lease.sql
vendored
Normal file
8
trunk/dist/tools/sql/server/merchant_lease.sql
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS `merchant_lease` (
|
||||
`merchant_id` int(11) NOT NULL DEFAULT 0,
|
||||
`player_id` int(11) NOT NULL DEFAULT 0,
|
||||
`bid` int(11),
|
||||
`type` int(11) NOT NULL DEFAULT 0,
|
||||
`player_name` varchar(35),
|
||||
PRIMARY KEY (`merchant_id`,`player_id`,`type`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user