20211123212714_add_link_type_to_preview_cards.rb 165 B

1234567
  1. # frozen_string_literal: true
  2. class AddLinkTypeToPreviewCards < ActiveRecord::Migration[6.1]
  3. def change
  4. add_column :preview_cards, :link_type, :int
  5. end
  6. end