Skip to content

Instantly share code, notes, and snippets.

@michaellouieloria
Last active August 29, 2015 14:13
Show Gist options
  • Save michaellouieloria/3eac581b1651a97eddf0 to your computer and use it in GitHub Desktop.
Save michaellouieloria/3eac581b1651a97eddf0 to your computer and use it in GitHub Desktop.
Migrate column from character varying to integer in Rails
change_column :table, :column, 'integer USING CAST(column AS integer)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment