2.43 ms (56.42%)
1
"COMMIT"
0.46 ms (10.74%)
1
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . first_name AS first_name_3 , t0 . last_name AS last_name_4 , t0 . username AS username_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . uuid AS uuid_8 , t0 . roles AS roles_9 , t0 . password AS password_10 , t0 . profile_picture AS profile_picture_11 FROM `user` t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . first_name AS first_name_3 , t0 . last_name AS last_name_4 , t0 . username AS username_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . uuid AS uuid_8 , t0 . roles AS roles_9 , t0 . password AS password_10 , t0 . profile_picture AS profile_picture_11 FROM `user` t0 WHERE t0 . id = 1 ;
Copy
0.46 ms (10.68%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . bank_name AS bank_name_3 , t0 . type AS type_4 , t0 . status AS status_5 , t0 . bank_balance AS bank_balance_6 , t0 . app_balance AS app_balance_7 , t0 . provisional_balance AS provisional_balance_8 , t0 . invitation_token AS invitation_token_9 , t0 . sort_order AS sort_order_10 , t0 . uuid AS uuid_11 , t0 . created_at AS created_at_12 , t0 . updated_at AS updated_at_13 , t0 . owner_id AS owner_id_14 , t0 . partner_id AS partner_id_15 FROM bank_account t0 WHERE t0 . uuid = ? LIMIT 1
Parameters :
[
b"r\x04\f F\x18 }C+¾—ŒKšK96 "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . bank_name AS bank_name_3 , t0 . type AS type_4 , t0 . status AS status_5 , t0 . bank_balance AS bank_balance_6 , t0 . app_balance AS app_balance_7 , t0 . provisional_balance AS provisional_balance_8 , t0 . invitation_token AS invitation_token_9 , t0 . sort_order AS sort_order_10 , t0 . uuid AS uuid_11 , t0 . created_at AS created_at_12 , t0 . updated_at AS updated_at_13 , t0 . owner_id AS owner_id_14 , t0 . partner_id AS partner_id_15 FROM bank_account t0 WHERE t0 . uuid = 0x72040C46187D432BBE978C4B9A4B3936 LIMIT 1 ;
Copy
0.34 ms (7.91%)
1
INSERT INTO transaction (amount , type , description , date , status , label , uuid , created_at , updated_at , bank_account_id , category_id , sub_category_id ) VALUES (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"700 "
"expense "
""
"2026-04-29 00:00:00 "
"pending "
"Virement Doudou "
b"ABp‹ÜµI‚ÀÖv\f ×”2 "
"2026-04-21 21:10:46 "
"2026-04-21 21:10:46 "
2
16
null
]
INSERT INTO transaction (amount , type , description , date , status , label , uuid , created_at , updated_at , bank_account_id , category_id , sub_category_id ) VALUES ('700' , 'expense' , '' , '2026-04-29 00:00:00' , 'pending' , 'Virement Doudou' , 0x4142708BDCB5499082C0D6760CD79432 , '2026-04-21 21:10:46' , '2026-04-21 21:10:46' , 2 , 16 , NULL );
Copy
0.30 ms (7.02%)
1
UPDATE bank_account SET bank_balance = ? , app_balance = ? , provisional_balance = ? , updated_at = ? WHERE id = ?
Parameters :
[
229.88
229.88
-470.12
"2026-04-21 21:10:46 "
2
]
UPDATE bank_account SET bank_balance = 229.88 , app_balance = 229.88 , provisional_balance = - 470.12 , updated_at = '2026-04-21 21:10:46' WHERE id = 2 ;
Copy
0.22 ms (5.07%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . color AS color_3 , t0 . uuid AS uuid_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . user_id AS user_id_7 FROM category t0 WHERE t0 . uuid = ? LIMIT 1
Parameters :
[
b"\v\x17 Œ2"iLˆ·ƒ»ê1\x19 "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . color AS color_3 , t0 . uuid AS uuid_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . user_id AS user_id_7 FROM category t0 WHERE t0 . uuid = 0x0B178C3222694C88B7838FBB9FEA3119 LIMIT 1 ;
Copy
0.09 ms (2.16%)
1
"START TRANSACTION"
"START TRANSACTION" ;
Copy