SELECTw0_.price_idASprice_id_0,w0_.created_atAScreated_at_1,w0_.deleted_atASdeleted_at_2,w0_.keyASkey_3,w0_.priceASprice_4,w0_.currentAScurrent_5,w0_.work_idASwork_id_6FROMwork_pricesw0_WHERE (w0_.price_idIN (?,?,?,?,?,?,?,?,?,?)) AND (w0_.deleted_atISNULL) ORDER BYw0_.priceASC
SELECTw0_.price_idASprice_id_0,w0_.created_atAScreated_at_1,w0_.deleted_atASdeleted_at_2,w0_.keyASkey_3,w0_.priceASprice_4,w0_.currentAScurrent_5,w0_.work_idASwork_id_6FROMwork_pricesw0_WHERE
(
w0_.price_idIN (?,?,?,?,?,?,?,?,?,?)
)
AND (w0_.deleted_atISNULL)
ORDER BYw0_.priceASC
SELECTw0_.price_idASprice_id_0,w0_.created_atAScreated_at_1,w0_.deleted_atASdeleted_at_2,w0_.keyASkey_3,w0_.priceASprice_4,w0_.currentAScurrent_5,w0_.work_idASwork_id_6FROMwork_pricesw0_WHERE (w0_.price_idIN (22,8,10,3,23,16,27,28,15,21)) AND (w0_.deleted_atISNULL) ORDER BYw0_.priceASC;
The field 'Work\Entity\Price#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
The field Work\Entity\Work#prices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Work\Entity\Price#work does not contain the required 'inversedBy: "prices"' attribute.
The field Work\Entity\Group#works is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Work\Entity\Work#group does not contain the required 'inversedBy: "works"' attribute.
The field 'Work\Entity\WorkMaterial#count' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.