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