20200605155027_add_blurhash_to_preview_cards.rb 136 B

12345
  1. class AddBlurhashToPreviewCards < ActiveRecord::Migration[5.2]
  2. def change
  3. add_column :preview_cards, :blurhash, :string
  4. end
  5. end