mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
1 line
108 B
SQL
1 line
108 B
SQL
alter table `character` add column `rename` tinyint (3) UNSIGNED DEFAULT '0' NOT NULL after `stable_slots`;
|