mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +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`; |