mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
2 lines
103 B
SQL
2 lines
103 B
SQL
ALTER TABLE item_template
|
|
CHANGE COLUMN ItemLevel ItemLevel smallint(5) unsigned NOT NULL DEFAULT 0;
|