20221017120412_add_template_to_domain.rb 138 Bytes
class AddTemplateToDomain < ActiveRecord::Migration[5.2]
  def change
    add_reference :kanjai_domains, :template, index: true
  end
end