Jump to content

cant move column position PHPMYADMIN


WesleyA

Recommended Posts

In PHPmyadmin I can't move the position of the columns.

 

So when I go to change/modify (not sure how it's called in English) I get the possibility to move column and the place it after another column then where its placed now.

 

Though, it does print the query it goes like


     ALTER TABLE `my_tab` CHANGE `col1` `col1` TINYINT(1) NULL DEFAULT NULL AFTER `col5`;

I have not tested in the mysql console, but in PHP the columns don't move (anymore) like they did do beforehand.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...