class AddFullnameToPerson < ActiveRecord::Migration[5.0] def change add_column :people, :fullname, :string end end