Database Installer.
This commit is contained in:
7
trunk/dist/db_installer/sql/game/account_gsdata.sql
vendored
Normal file
7
trunk/dist/db_installer/sql/game/account_gsdata.sql
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
DROP TABLE IF EXISTS `account_gsdata`;
|
||||
CREATE TABLE IF NOT EXISTS `account_gsdata` (
|
||||
`account_name` VARCHAR(45) NOT NULL DEFAULT '',
|
||||
`var` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
`value` text NOT NULL,
|
||||
PRIMARY KEY (`account_name`,`var`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user