20190403141604_add_comment_to_invites.rb 121 B

12345
  1. class AddCommentToInvites < ActiveRecord::Migration[5.2]
  2. def change
  3. add_column :invites, :comment, :text
  4. end
  5. end