about summary refs log tree commit diff
path: root/db/migrate/20190403141604_add_comment_to_invites.rb
blob: f0d7b1dcdd3c39c9176073a1af1bed3cd11c954b (plain) (blame)
1
2
3
4
5
class AddCommentToInvites < ActiveRecord::Migration[5.2]
  def change
    add_column :invites, :comment, :text
  end
end