I have one Column in my Table, i want to change its position from last to second, can anyone please help me to do that. thanks in Advance.i have idea about after: column_name, but its apply while Adding new column. How to change position of Exciting column?
User
  first_name
  last_name
  middle_name
  mobile_NO
i want like this
User
  first_name
  mobile_no
  last_name
  middle_name