class AddChapeauToLangArticles < ActiveRecord::Migration def change add_column :lang_articles, :chapeau, :text end end