how to remove key constraint of column in mysql?

 


 ALTER TABLE `table` MODIFY `id` INT ;
 ALTER TABLE `table` DROP PRIMARY KEY;

Comments

Popular posts from this blog