upgrade_20181224.sql 108 B

12
  1. alter table `inventory`
  2. add column `equip_switch` int(11) unsigned NOT NULL default '0' after `unique_id`;