20221017120412_add_template_to_domain.rb 138 Bytes Raw Blame History Permalink 1 2 3 4 5 class AddTemplateToDomain < ActiveRecord::Migration[5.2] def change add_reference :kanjai_domains, :template, index: true end end