Dropping Unique constraint from MySQL table

后端 未结 10 840
孤城傲影
孤城傲影 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:43

    For WAMP 3.0 : Click Structure Below Add 1 Column you will see '- Indexes' Click -Indexes and drop whichever index you want.

提交回复
热议问题