Proper characters.sql createDate value.

Contributed by mikk.
This commit is contained in:
MobiusDev
2016-11-08 20:34:28 +00:00
parent 993528e000
commit d2bb433846
2 changed files with 2 additions and 2 deletions

View File

@@ -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`),

View File

@@ -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',