upgrade_20220831.sql 86 B

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