Leftover of bigint
This commit is contained in:
@@ -459,7 +459,7 @@ CREATE TABLE IF NOT EXISTS `login` (
|
||||
`character_slots` tinyint(3) unsigned NOT NULL default '0',
|
||||
`pincode` varchar(4) NOT NULL DEFAULT '',
|
||||
`pincode_change` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`bank_vault` BIGINT(64) NOT NULL DEFAULT '0',
|
||||
`bank_vault` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`account_id`),
|
||||
KEY `name` (`userid`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=2000000;
|
||||
|
||||
Reference in New Issue
Block a user