The field 'App\Entity\User#descuentoTraslados' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
The field 'App\Entity\User#descuentoDisposiciones' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
The field 'App\Entity\User#descuentoCenas' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
The field 'App\Entity\User#descuentoExcursiones' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
The field 'App\Entity\User#descuentoCircuitos' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
The field App\Entity\Entidad#usuarios is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\User#entidad does not contain the required 'inversedBy="usuarios"' attribute.