class IncreaseTwitterUserIdLength < ActiveRecord::Migration
def change
change_column :twitter_user_infos, :twitter_user_id, :bigint
end