Alternative database installer.
This commit is contained in:
7
trunk/dist/tools/sql/server/heroes_diary.sql
vendored
Normal file
7
trunk/dist/tools/sql/server/heroes_diary.sql
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS `heroes_diary` (
|
||||
`charId` int(10) unsigned NOT NULL,
|
||||
`time` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||
`action` tinyint(2) unsigned NOT NULL DEFAULT '0',
|
||||
`param` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
KEY `charId` (`charId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user