| 1 |
2.01 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.invitation_token AS invitation_token_7, t0.invitation_status AS invitation_status_8, t0.is_main_contact AS is_main_contact_9, t0.last_login_at AS last_login_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.company_id AS company_id_13, t0.invited_by_id AS invited_by_id_14 FROM company_user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.invitation_token AS invitation_token_7, t0.invitation_status AS invitation_status_8, t0.is_main_contact AS is_main_contact_9, t0.last_login_at AS last_login_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.company_id AS company_id_13, t0.invited_by_id AS invited_by_id_14 FROM company_user t0 WHERE t0.id = 8;
|
| 2 |
1.91 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_complement AS address_complement_4, t0.zip_code AS zip_code_5, t0.city AS city_6, t0.country AS country_7, t0.phone AS phone_8, t0.website AS website_9, t0.registration_progress AS registration_progress_10, t0.is_registration_complete AS is_registration_complete_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.status AS status_14, t0.last_correction_request_at AS last_correction_request_at_15 FROM company t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"Inditex"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_complement AS address_complement_4, t0.zip_code AS zip_code_5, t0.city AS city_6, t0.country AS country_7, t0.phone AS phone_8, t0.website AS website_9, t0.registration_progress AS registration_progress_10, t0.is_registration_complete AS is_registration_complete_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.status AS status_14, t0.last_correction_request_at AS last_correction_request_at_15 FROM company t0 WHERE t0.name = 'Inditex' LIMIT 1;
|
| 3 |
1.75 ms |
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.id = '48';
|
| 4 |
0.92 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 5 |
1.35 ms |
UPDATE form_section SET data = ?, updated_at = ? WHERE id = ?
Parameters: [
"{"files":{"additional":["\/PEC\/2025\/inditex\/Supp_inditex_1.jpeg","\/PEC\/2025\/inditex\/Supp_inditex_2.jpg","\/PEC\/2025\/inditex\/Supp_inditex_3.jpg"]}}"
"2025-11-07 14:12:05"
48
]
UPDATE form_section SET data = '{\"files\":{\"additional\":[\"\\/PEC\\/2025\\/inditex\\/Supp_inditex_1.jpeg\",\"\\/PEC\\/2025\\/inditex\\/Supp_inditex_2.jpg\",\"\\/PEC\\/2025\\/inditex\\/Supp_inditex_3.jpg\"]}}', updated_at = '2025-11-07 14:12:05' WHERE id = 48;
|
| 6 |
1.00 ms |
"COMMIT"
|