class AddImageToLangArticles < ActiveRecord::Migration def change add_column :lang_articles, :without_text_image_file_id, :integer end end