class AddEmailToPessoa < ActiveRecord::Migration[4.2]
  def change
    add_column :base_pessoas, :email, :string, limit: 120
  end
end
