socialforge/db/migrate/20170310032024_add_myshixun...

6 lines
134 B
Ruby

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