upgrade_20210530_logs.sql 89 B

123
  1. ALTER TABLE `picklog`
  2. ADD COLUMN `enchantgrade` tinyint unsigned NOT NULL default '0'
  3. ;