class AddAlignementToTitleContents < ActiveRecord::Migration[6.0] def change add_column :title_contents, :alignement, :string end end