6 lines
145 B
6 lines
145 B
6 years ago
|
class AddPodLifeToShixuns < ActiveRecord::Migration[5.2]
|
||
|
def change
|
||
|
add_column :shixuns, :pod_life, :integer, :default => 0
|
||
|
end
|
||
|
end
|