20200917193034_add_type_to_notifications.rb 129 B

12345
  1. class AddTypeToNotifications < ActiveRecord::Migration[5.2]
  2. def change
  3. add_column :notifications, :type, :string
  4. end
  5. end