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