class AddCpfTousuarios < ActiveRecord::Migration[5.2]
  def change
    add_column :usuarios, :cpf, :string , limit: 11
  end
end
