server/sql/updates/0.8/4551_item_template.sql

2 lines
115 B
SQL

ALTER TABLE `item_template`
ADD COLUMN `FoodType` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0 AFTER `DisenchantID`;