4 lines
86 B
SQL
4 lines
86 B
SQL
ALTER TABLE `char`
|
|
ADD COLUMN `disable_call` tinyint unsigned NOT NULL default '0'
|
|
;
|