class AddRepoNameToMyshixuns < ActiveRecord::Migration[5.2]
def change
add_column :myshixuns, :repo_name, :string
end