4 lines
97 B
SQL
4 lines
97 B
SQL
--
|
|
|
|
ALTER TABLE `character_homebind`
|
|
ADD COLUMN `posO` FLOAT NOT NULL DEFAULT '0' AFTER `posZ`;
|