Difference between revisions of "Move mysql column"
Jump to navigation
Jump to search
DanielPulido (talk | contribs) |
DavidB4-bot (talk | contribs) m (→See also: clean up) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | alter table tablename modify `columnname` int(10) unsigned NOT NULL AUTO_INCREMENT first; | + | To move a [[MySQL]] column, use this command: alter table tablename modify `columnname` int(10) unsigned NOT NULL AUTO_INCREMENT first; |
| − | ==See | + | ==See also== |
[[DBMS]] | [[DBMS]] | ||
| + | [[Category:Computer tips]] | ||