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