https://app.dev.my-flow.fr/messages/update/user-who-read/none?group-message-id=&mission-id=FcfGocdtUvZFTK4oDjNWCB

Query Metrics

19 Database Queries
11 Different statements
7.74 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.14 ms
(27.60%)
3
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%"
]
1.46 ms
(18.82%)
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"
]
1.40 ms
(18.09%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "app_preprod"
]
0.88 ms
(11.40%)
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.46 ms
(5.93%)
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.44 ms
(5.67%)
6
SELECT DATABASE()
Parameters:
[]
0.27 ms
(3.53%)
1
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.position_order AS position_order_3, t0.state_client AS state_client_4, t0.state_provider AS state_provider_5, t0.created_at AS created_at_6, t0.desired_delivery AS desired_delivery_7, t0.initial_briefing AS initial_briefing_8, t0.guide_step AS guide_step_9, t0.quantity AS quantity_10, t0.price AS price_11, t0.price_with_marge_my_flow AS price_with_marge_my_flow_12, t0.marge_my_flow AS marge_my_flow_13, t0.price_sale AS price_sale_14, t0.state AS state_15, t0.cancel_reason AS cancel_reason_16, t0.libelle_custom AS libelle_custom_17, t0.initial_time AS initial_time_18, t0.real_time AS real_time_19, t0.pre_activated_at AS pre_activated_at_20, t0.admin_time AS admin_time_21, t0.admin_income AS admin_income_22, t0.discount_for_company AS discount_for_company_23, t0.original_price AS original_price_24, t0.old_command AS old_command_25, t0.last_state AS last_state_26, t0.can_invoiced AS can_invoiced_27, t0.evaluate AS evaluate_28, t0.can_send_email_daily AS can_send_email_daily_29, t0.can_send_email_monthly AS can_send_email_monthly_30, t0.can_send_email_weekly AS can_send_email_weekly_31, t0.campaign_id AS campaign_id_32, t0.contact_id AS contact_id_33, t0.product_id AS product_id_34, t0.workflow_id AS workflow_id_35 FROM missions t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "FcfGocdtUvZFTK4oDjNWCB"
]
0.23 ms
(3.04%)
1
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.user_list_who_read AS user_list_who_read_4, t0.origin AS origin_5, t0.reply_to AS reply_to_6, t0.original_content AS original_content_7, t0.is_deleted AS is_deleted_8, t0.insert_pinned AS insert_pinned_9, t0.is_modified AS is_modified_10, t0.platform AS platform_11, t0.user_id AS user_id_12, t0.campaign_id AS campaign_id_13, t0.mission_id AS mission_id_14, t0.discussion_group_id AS discussion_group_id_15 FROM messages t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "none"
]
0.18 ms
(2.29%)
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.17 ms
(2.21%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.picture_name AS picture_name_4, t0.deleted AS deleted_5, t0.created_by AS created_by_6, t0.campaign AS campaign_7 FROM discussion_group t0 WHERE t0.id = ?
Parameters:
[
  ""
]
0.11 ms
(1.42%)
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