class AddUseBlockchainToProjects < ActiveRecord::Migration[5.2]
def change
add_column :projects, :use_blockchain, :boolean, default: 0
end