Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amitpatelx/4241d649e6f901c79c46fac9adf5040f to your computer and use it in GitHub Desktop.
Save amitpatelx/4241d649e6f901c79c46fac9adf5040f to your computer and use it in GitHub Desktop.
class ChangePrimaryKeyTypeOnContentUnit < ActiveRecord::Migration
def change
change_column :content_units, :guoid, :integer, limit: 8
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment