class AddFixoToPerfis < ActiveRecord::Migration[5.2]
  def change
    add_column :perfis, :fixo, :boolean, :default => false
  end
end
