educoder/db/migrate/20190307063217_add_pod_life...

6 lines
145 B

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