4 lines
86 B
SQL
4 lines
86 B
SQL
ALTER TABLE `char`
|
|
ADD COLUMN `inventory_slots` smallint(6) NOT NULL default '100'
|
|
;
|