mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 01:37:03 +00:00
2 lines
113 B
SQL
2 lines
113 B
SQL
ALTER TABLE `item_template`
|
|
CHANGE COLUMN `TotemCategory` `TotemCategory` mediumint(9) NOT NULL default '0';
|