Skip to content

Instantly share code, notes, and snippets.

@djburdick
Created February 25, 2013 04:00
Show Gist options
  • Select an option

  • Save djburdick/5027656 to your computer and use it in GitHub Desktop.

Select an option

Save djburdick/5027656 to your computer and use it in GitHub Desktop.
Altering mysql table . #mysql
alter table change field_name field_name int(11);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment