20220113202534_add_menu_to_page_template.rb 131 Bytes Raw Blame History Permalink 1 2 3 4 5 class AddMenuToPageTemplate < ActiveRecord::Migration[5.2] def change add_column :kanjai_templates, :menu, :string end end