Snippet Name: Move position of mySQL field Description: Move field position while still retaining its content. Comment: (none) Language: MYSQL Highlight Mode: MYSQL Last Modified: March 01st, 2009
Description: Move field position while still retaining its content.
ALTER TABLE table_name MODIFY field_name field_type [NULL|NOT NULL] AFTER other_field_name;