Added Enchantgrade to Premium Storage (#5528)

This commit is contained in:
Chaos92 2020-11-08 00:58:49 +08:00 committed by GitHub
parent 9e68985f61
commit af496608e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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