Move mysql column

From Conservapedia
This is the current revision of Move mysql column as edited by DavidB4-bot (talk | contribs) at 15:07, June 23, 2016. This URL is a permanent link to this version of this page.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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