socialforge/db/migrate/20170307093928_add_status_t...

6 lines
131 B
Ruby

class AddStatusToShixun < ActiveRecord::Migration
def change
add_column :shixuns, :status, :integer, :default => 0
end
end