20220202200926_add_trendable_to_statuses.rb 130 B

12345
  1. class AddTrendableToStatuses < ActiveRecord::Migration[6.1]
  2. def change
  3. add_column :statuses, :trendable, :boolean
  4. end
  5. end