class AddProjectPrAdmin < ActiveRecord::Migration[5.2]
def change
add_column :projects, :pr_view_admin, :boolean, default: false
end