|
@@ -33,6 +33,7 @@ CREATE TABLE IF NOT EXISTS `vip_storage` (
|
|
`expire_time` int(11) unsigned NOT NULL default '0',
|
|
`expire_time` int(11) unsigned NOT NULL default '0',
|
|
`bound` tinyint(3) unsigned NOT NULL default '0',
|
|
`bound` tinyint(3) unsigned NOT NULL default '0',
|
|
`unique_id` bigint(20) unsigned NOT NULL default '0',
|
|
`unique_id` bigint(20) unsigned NOT NULL default '0',
|
|
|
|
+ `enchantgrade` tinyint unsigned NOT NULL default '0',
|
|
PRIMARY KEY (`id`),
|
|
PRIMARY KEY (`id`),
|
|
KEY `account_id` (`account_id`)
|
|
KEY `account_id` (`account_id`)
|
|
) ENGINE=MyISAM;
|
|
) ENGINE=MyISAM;
|