Easy way to re-order columns?

后端 未结 8 878
粉色の甜心
粉色の甜心 2020-12-24 06:36

I\'m working on a database. On most of the tables, the column order is not what I would expect, and I would like to change it (I have the permission). For example, the prima

相关标签:
8条回答
  • 2020-12-24 07:34

    Since you mention phpMyAdmin, there is now a way to reorder columns in the most recent version (4.0 and up).

    Go to the "Structure" view for a table, click the Edit (or Change) button on the appropriate field, then under "Move column" select where you would like the field to go.

    0 讨论(0)
  • 2020-12-24 07:34

    Easy method for the newer version:

    1. Open the table you want to reorder.
    2. Go to structure tab.
    3. Chose move column link.
    4. Reorder the columns as you wish for.
    0 讨论(0)
提交回复
热议问题