20200410090801_add_notice_to_template.rb 131 Bytes Raw Blame History Permalink 1 2 3 4 5 class AddNoticeToTemplate < ActiveRecord::Migration[5.2] def change add_column :kanjai_templates, :notice, :string end end