Inserting a Column to preexisting table in phpmyadmin

后端 未结 6 1858
春和景丽
春和景丽 2021-01-07 18:44

I want to add a column to preexisting table. Can I add it in between two existing columns? I am working on phpmyadmin.

6条回答
  •  渐次进展
    2021-01-07 18:53

    Use the add new column after dropdown.

    1. Select the database from the menu on the left.

    2. Select the table by clicking on it's title column hyperlink.

    3. Check the add new column after radio button and select the column you want to insert after in the drop down.

    4. Click Add.

    This video goes through the process http://www.youtube.com/watch?v=jZ72GCGWPQg

提交回复
热议问题