class AddExpoPushTokenUsers < ActiveRecord::Migration[6.1]
  def change
    add_column :Users, :expo_push_token, :string, limit: 255, after: :google_id
  end
end
