Move Column in MySQL Table


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. table_name
  2. CHANGE column_name column_name int(11)
  3. AFTER other_column_name

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.