class AddImagesToLangPages < ActiveRecord::Migration[6.0] def change add_column :lang_pages, :without_text_image_file_id, :integer end end