Move mysql column

From Conservapedia
Jump to: navigation, search

To move a MySQL column, use this command: alter table tablename modify `columnname` int(10) unsigned NOT NULL AUTO_INCREMENT first;

See also

DBMS