You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
656 B
MySQL

ALTER TABLE `auction`
ADD COLUMN `enchantgrade` tinyint unsigned NOT NULL default '0';
ALTER TABLE `cart_inventory`
ADD COLUMN `enchantgrade` tinyint unsigned NOT NULL default '0';
ALTER TABLE `guild_storage`
ADD COLUMN `enchantgrade` tinyint unsigned NOT NULL default '0';
ALTER TABLE `guild_storage_log`
ADD COLUMN `enchantgrade` tinyint unsigned NOT NULL default '0';
ALTER TABLE `inventory`
ADD COLUMN `enchantgrade` tinyint unsigned NOT NULL default '0';
ALTER TABLE `mail_attachments`
ADD COLUMN `enchantgrade` tinyint unsigned NOT NULL default '0';
ALTER TABLE `storage`
ADD COLUMN `enchantgrade` tinyint unsigned NOT NULL default '0';