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