class AddIgnoreSpaceToChallenges < ActiveRecord::Migration[5.2]
def change
add_column :challenges, :ignore_space, :boolean, default: 1
end