prueba con mysql> ALTER TABLE Price DROP Id
Espero que funcione... Buena suerte
Intenté con usted consultar mysql> ALTER TABLE Price DROP FOREIGN KEY Id
¡¡¡Se ejecuta, pero no funcionó!!!
Actualización:
Use las siguientes consultas...
mysql> ALTER TABLE Price MODIFY Id SMALLINT
mysql> ALTER TABLE Sale MODIFY Id SMALLINT
mysql> ALTER TABLE Phone MODIFY Id SMALLINT