Move mysql column
This is an old revision of this page, as edited by DanielPulido (talk | contribs) at 06:37, May 5, 2010. It may differ significantly from current revision.
alter table tablename modify `columnname` int(10) unsigned NOT NULL AUTO_INCREMENT first;