Change default birthday and tempban to fix conversion issue
ResultSet#getLong on a timestamp field is not allowed
This commit is contained in:
@@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS `accounts` (
|
||||
`loggedin` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`lastlogin` timestamp NULL DEFAULT NULL,
|
||||
`createdat` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`birthday` date NOT NULL DEFAULT '0000-00-00',
|
||||
`birthday` date NOT NULL DEFAULT '2005-05-11',
|
||||
`banned` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`banreason` text,
|
||||
`macs` tinytext,
|
||||
@@ -30,7 +30,7 @@ CREATE TABLE IF NOT EXISTS `accounts` (
|
||||
`nxPrepaid` int(11) DEFAULT NULL,
|
||||
`characterslots` tinyint(2) NOT NULL DEFAULT '3',
|
||||
`gender` tinyint(2) NOT NULL DEFAULT '10',
|
||||
`tempban` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`tempban` timestamp NOT NULL DEFAULT '2005-05-11 00:00:00',
|
||||
`greason` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`tos` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`sitelogged` text,
|
||||
|
||||
Reference in New Issue
Block a user