class AddVncEvaluateForShixuns < ActiveRecord::Migration[5.2] def change add_column :shixuns, :vnc_evaluate, :boolean, default: false end end