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

Code for Google Translator for Website with Indian Languages

Frequently asked: Vue.JS Interview Questions and Answers