Refactored tools\sql\server to tools\sql\game.
This commit is contained in:
6
trunk/dist/tools/sql/game/account_gsdata.sql
vendored
Normal file
6
trunk/dist/tools/sql/game/account_gsdata.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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