class AddPmProjectId < ActiveRecord::Migration[5.2]
def change
add_column :issue_tags, :pm_project_id, :integer
end