PHP myAdmin - Change Field Order (Move Up Or Down)

后端 未结 9 1109
伪装坚强ぢ
伪装坚强ぢ 2020-12-23 16:23

How do I change the order of my table fields without deleting the field and re-inserting it, using PHP myAdmin?

9条回答
  •  一生所求
    2020-12-23 16:50

    if you have MySQL Workbench you can easily reorder columns using mouse, graphically.

    Just connect to your database, select your table and after right click, alter table and then drag columns to reorder them.

提交回复
热议问题