4 lines
89 B
SQL
4 lines
89 B
SQL
ALTER TABLE `picklog`
|
|
ADD COLUMN `enchantgrade` tinyint unsigned NOT NULL default '0'
|
|
;
|