Changes

Jump to navigation Jump to search
107 bytes added ,  15:07, June 23, 2016
m
→‎See also: clean up
Line 1: Line 1: −
alter table donors modify `id` 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 also==
 +
[[DBMS]]
 +
[[Category:Computer tips]]
Block, SkipCaptcha, Automoderated users, Bots, edit
57,719

edits

Navigation menu