mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
2 lines
103 B
SQL
2 lines
103 B
SQL
ALTER TABLE `account`
|
|
MODIFY COLUMN `sharedplat` int(11) UNSIGNED NOT NULL DEFAULT 0 AFTER `charname`; |