gab-social/db/migrate/20191201204843_add_last_rea...

6 lines
146 B
Ruby
Raw Normal View History

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