class AddMyshixunToRepositories < ActiveRecord::Migration
def change
add_column :repositories, :myshixun_id, :integer
end