Proper characters.sql createDate value.
Contributed by mikk.
This commit is contained in:
@@ -53,7 +53,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
|||||||
`death_penalty_level` SMALLINT UNSIGNED NOT NULL DEFAULT 0,
|
`death_penalty_level` SMALLINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
`bookmarkslot` SMALLINT UNSIGNED NOT NULL DEFAULT 0,
|
`bookmarkslot` SMALLINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
`vitality_points` SMALLINT UNSIGNED NOT NULL DEFAULT 0,
|
`vitality_points` SMALLINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
`createDate` date NOT NULL DEFAULT '0000-00-00',
|
`createDate` date NOT NULL DEFAULT '2015-01-01',
|
||||||
`language` VARCHAR(2) DEFAULT NULL,
|
`language` VARCHAR(2) DEFAULT NULL,
|
||||||
PRIMARY KEY (`charId`),
|
PRIMARY KEY (`charId`),
|
||||||
KEY `account_name` (`account_name`),
|
KEY `account_name` (`account_name`),
|
||||||
|
@@ -51,7 +51,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
|
|||||||
`clan_create_expiry_time` bigint(13) unsigned NOT NULL DEFAULT '0',
|
`clan_create_expiry_time` bigint(13) unsigned NOT NULL DEFAULT '0',
|
||||||
`bookmarkslot` SMALLINT UNSIGNED NOT NULL DEFAULT 0,
|
`bookmarkslot` SMALLINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
`vitality_points` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0,
|
`vitality_points` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
`createDate` date NOT NULL DEFAULT '0000-00-00',
|
`createDate` date NOT NULL DEFAULT '2015-01-01',
|
||||||
`language` VARCHAR(2) DEFAULT NULL,
|
`language` VARCHAR(2) DEFAULT NULL,
|
||||||
`faction` TINYINT UNSIGNED NOT NULL DEFAULT '0',
|
`faction` TINYINT UNSIGNED NOT NULL DEFAULT '0',
|
||||||
`pccafe_points` int(6) NOT NULL DEFAULT '0',
|
`pccafe_points` int(6) NOT NULL DEFAULT '0',
|
||||||
|
Reference in New Issue
Block a user