Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
class IncreaseTwitterUserIdLength < ActiveRecord::Migration[4.2]
def change
change_column :twitter_user_infos, :twitter_user_id, :bigint
end