Change column position in mysql table

Here is the syntax in which i change column position in mysql table.

ALTER TABLE table_name MODIFY password varchar(20) AFTER id;

Comments

Popular posts from this blog

Easy Way to download cakephp 3.0