Dropping Unique constraint from MySQL table

后端 未结 10 846
孤城傲影
孤城傲影 2020-11-28 01:32

How can I drop the \"Unique Key Constraint\" on a column of a MySQL table using phpMyAdmin?

10条回答
  •  眼角桃花
    2020-11-28 01:41

    To add UNIQUE constraint using phpmyadmin, go to the structure of that table and find below and click that,

    To remove the UNIQUE constraint, same way, go to the structure and scroll down till Indexes Tab and find below and click drop,

    Hope this works.

    Enjoy ;)

提交回复
热议问题