| 1 |
1.68 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.student_id AS student_id_5 FROM 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.student_id AS student_id_5 FROM user t0 WHERE t0.id = 1;
|
| 2 |
0.92 ms |
SELECT t0.id AS id_1, t0.attestation_number AS attestation_number_2, t0.public_slug AS public_slug_3, t0.verification_url AS verification_url_4, t0.amount AS amount_5, t0.currency AS currency_6, t0.pdf_path AS pdf_path_7, t0.qr_code_path AS qr_code_path_8, t0.status AS status_9, t0.school_name AS school_name_10, t0.academic_year AS academic_year_11, t0.created_at AS created_at_12, t0.student_id AS student_id_13, t0.bank_account_id AS bank_account_id_14 FROM attestation t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.attestation_number AS attestation_number_2, t0.public_slug AS public_slug_3, t0.verification_url AS verification_url_4, t0.amount AS amount_5, t0.currency AS currency_6, t0.pdf_path AS pdf_path_7, t0.qr_code_path AS qr_code_path_8, t0.status AS status_9, t0.school_name AS school_name_10, t0.academic_year AS academic_year_11, t0.created_at AS created_at_12, t0.student_id AS student_id_13, t0.bank_account_id AS bank_account_id_14 FROM attestation t0 WHERE t0.id = '10';
|
| 3 |
0.87 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.birth_place AS birth_place_4, t0.birth_date AS birth_date_5, t0.email AS email_6, t0.phone AS phone_7, t0.address AS address_8, t0.civility AS civility_9, t0.country_id AS country_id_10 FROM student t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.birth_place AS birth_place_4, t0.birth_date AS birth_date_5, t0.email AS email_6, t0.phone AS phone_7, t0.address AS address_8, t0.civility AS civility_9, t0.country_id AS country_id_10 FROM student t0 WHERE t0.id = 11;
|
| 4 |
0.67 ms |
SELECT t0.id AS id_1, t0.account_number AS account_number_2, t0.account_name AS account_name_3, t0.currency AS currency_4, t0.iban AS iban_5, t0.bic AS bic_6, t0.bank_id AS bank_id_7 FROM bank_account t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.account_number AS account_number_2, t0.account_name AS account_name_3, t0.currency AS currency_4, t0.iban AS iban_5, t0.bic AS bic_6, t0.bank_id AS bank_id_7 FROM bank_account t0 WHERE t0.id = 1;
|
| 5 |
0.56 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.bank_code AS bank_code_3, t0.address AS address_4, t0.phone AS phone_5, t0.contact_email AS contact_email_6 FROM bank t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.bank_code AS bank_code_3, t0.address AS address_4, t0.phone AS phone_5, t0.contact_email AS contact_email_6 FROM bank t0 WHERE t0.id = 1;
|
| 6 |
0.38 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 7 |
0.52 ms |
INSERT INTO system_logs (action, details, performed_at) VALUES (?, ?, ?)
Parameters: [
"attestation_generated"
"{"number":"182605563"}"
"2026-05-18 16:08:01"
]
INSERT INTO system_logs (action, details, performed_at) VALUES ('attestation_generated', '{\"number\":\"182605563\"}', '2026-05-18 16:08:01');
|
| 8 |
1.44 ms |
"COMMIT"
|