https://app.dev.my-flow.fr/build/app.c55fff92.js

Query Metrics

15 Database Queries
8 Different statements
6.15 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.51 ms
(24.50%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "app_preprod"
]
1.47 ms
(23.85%)
1
SELECT       c.COLUMN_NAME        AS field,
           IF(
        c.COLUMN_TYPE = 'longtext'
        AND EXISTS(
            SELECT * from information_schema.CHECK_CONSTRAINTS i_c
            WHERE i_c.CONSTRAINT_SCHEMA = 'app_preprod'
            AND i_c.TABLE_NAME = c.TABLE_NAME
            AND i_c.CHECK_CLAUSE = CONCAT(
                'json_valid(`',
                    c.COLUMN_NAME,
                '`)'
            )
        ),
        'json',
        c.COLUMN_TYPE
    )       AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME
     WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "app_preprod"
  "app_preprod"
  "doctrine_migration_versions"
]
0.93 ms
(15.12%)
2
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.domaine_name AS domaine_name_2, c0_.email_project AS email_project_3, c0_.mdp_email_project AS mdp_email_project_4, c0_.marge_my_flow AS marge_my_flow_5, c0_.logo_name AS logo_name_6, c0_.favicon_name AS favicon_name_7, c0_.enabled AS enabled_8, c0_.type_company AS type_company_9, c0_.cb_payment AS cb_payment_10, c0_.contract AS contract_11, c0_.customer_discount AS customer_discount_12, c0_.default_credit_cost AS default_credit_cost_13, c0_.cost_of_discounted_credit AS cost_of_discounted_credit_14, c0_.created_at AS created_at_15, c0_.updated_at AS updated_at_16, c0_.siren AS siren_17, c0_.front_id AS front_id_18, c0_.current_credit AS current_credit_19, c0_.current_balance AS current_balance_20, c0_.deleted AS deleted_21, c0_.link_my_flow_confidentiality_commitment AS link_my_flow_confidentiality_commitment_22, c0_.extension_domain AS extension_domain_23, c0_.parent_id AS parent_id_24, c0_.company_data_id AS company_data_id_25, c0_.representative_id AS representative_id_26 FROM companies c0_ WHERE c0_.domaine_name LIKE ?
Parameters:
[
  "%app.dev.my-flow.fr%"
]
0.91 ms
(14.84%)
1
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'app_preprod' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "app_preprod"
  "doctrine_migration_versions"
]
0.56 ms
(9.05%)
6
SELECT DATABASE()
Parameters:
[]
0.48 ms
(7.74%)
1
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
          ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "app_preprod"
  "doctrine_migration_versions"
]
0.19 ms
(3.10%)
1
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "app_preprod"
  "doctrine_migration_versions"
]
0.11 ms
(1.80%)
1
SELECT * FROM doctrine_migration_versions
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
array:4 [
  "App\Entity\Company" => array:1 [
    0 => "The field 'App\Entity\Company#currentBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\User" => array:2 [
    0 => "The field 'App\Entity\User#dailyRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\User#resaleRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\Mission" => array:4 [
    0 => "The field 'App\Entity\Mission#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    1 => "The field 'App\Entity\Mission#priceWithMargeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    2 => "The field 'App\Entity\Mission#margeMyFlow' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
    3 => "The field 'App\Entity\Mission#priceSale' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
  "App\Entity\WorkflowStep" => array:1 [
    0 => "The field 'App\Entity\WorkflowStep#completionTime' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type."
  ]
]
Class Mapping errors