mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
2 lines
114 B
SQL
2 lines
114 B
SQL
ALTER TABLE `item_template`
|
|
ADD COLUMN `FoodType` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0 AFTER `DisenchantID`;
|