2 lines
90 B
SQL
2 lines
90 B
SQL
ALTER TABLE `aowow_source`
|
|
MODIFY `typeId` mediumint(9) signed NOT NULL AFTER `type`;
|