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

后端 未结 9 1104
伪装坚强ぢ
伪装坚强ぢ 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:53

    It's simple. Just go to PHPmyadmin, click on your database, then click table. Then click on structure. Below the table look for the button, "Move columns". Click and order the columns the way you want.

提交回复
热议问题