class AddDataDoTermoToUsuario < ActiveRecord::Migration[5.2]
  def change
    add_column :usuarios, :data_do_termo, :date
  end
end
