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