How can I drop multiple primary keys in phpmyadmin tables?

前端 未结 4 984
粉色の甜心
粉色の甜心 2021-02-18 23:30

I am working with phpmyadmin.I created a table with one primary key and 5 fields. But now all the integer fields have turned into a primary key. I tried using drop command but i

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-18 23:53

    Here, i will tell you the Steps to do:

    Step 1: Go to the Relation View.

    Step 2: Indexes.

    Step 3: You will find Keyname as PRIMARY.

    Step 4: Drop the PRIMARY

    Step 5: Ok.

    Thanks.

    Here all the Steps images, you can follow it for your easy.

提交回复
热议问题