class AddPodLifeToShixuns < ActiveRecord::Migration[5.2] def change add_column :shixuns, :pod_life, :integer, :default => 0 end end