Move mysql column

From Conservapedia
This is an old revision of this page, as edited by Ed Poor (talk | contribs) at 03:22, December 20, 2010. It may differ significantly from current revision.
Jump to navigation Jump to 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