class AddTitleToPosts < ActiveRecord::Migration[8.0] def change add_column :posts, :title, :string, after: :id, null: false end end