Gab-Social/db/migrate/20191201204843_add_last_read_notification_to_user.rb

6 lines
146 B
Ruby

class AddLastReadNotificationToUser < ActiveRecord::Migration[5.2]
def change
add_column :users, :last_read_notification, :bigint
end
end