class RemoveThumbnailFromPosts < ActiveRecord::Migration[8.0] def change remove_column :posts, :thumbnail, :string end end