20200410090801_add_notice_to_template.rb 131 Bytes
class AddNoticeToTemplate < ActiveRecord::Migration[5.2]
  def change
    add_column :kanjai_templates, :notice, :string
  end
end