Query Metrics
174
Database Queries
9
Different statements
87.57 ms
Query time
11
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 32.14 ms |
SELECT * FROM customer_device WHERE :token LIKE CONCAT(token,'%') AND `status` = 0
Parameters:
[ "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MzU4NTAxNTgsImV4cCI6MTczNTg1Mzc1OCwicm9sZXMiOlsiUk9MRV9DVVNUT01FUiJdLCJ1c2VybmFtZSI6ImphY29iZ3JpbW9uZnV0Ym9sQGdtYWlsLmNvbSJ9.FWB-NTgCBlnb-vE4TJhdjc7GvCQc-0M1EshGsXvAExL_Ll4ehZm8DfUTY0qxQYbvjFVKmNgK1lt3Vh2YJmCtcyvuhaXmXqCKFVokcy2McJGL6Y5pKM2r3ZKaMach8QGlK-Rr9KyvASBCZmEpGZDnI78_AWBhm5Nh29NkNHoVZT_dDnCFV7rv_tFaFe8zbKjOOPk1AwCYKbDCkRYvO8kKZOay5cxXI_EP4irmOVdHoS-fuZ_pBcHtF1kM3F_ulIuHA8x1n38L5w7Mph7qj8RsHBFVIJ-fnWekDJg3OzDSX1wciUVM_ZjByr3UYb1I80GDKWb5EnqrjFV6IddL-axjtGbNk0v01-meNmUOJLyFoWAcdx39Rro01LzKQFaG1Q85PQa5Uz-1QCgjtVO-2fyTIe_Sx5ALlp7VZqnzBVy8AKYNHKoh4qtyJnMZBfGKsC1rKqF9oMYMFhXttn-jJTxxb-dq3c0jE06aGZhrqx75CfNYEkIINp3C9TNywjzHV3HKZcEYEYboFJUbjtNEVUeoU058NA3w6LHzP50OwrTh1oYPqVqKdja602OLnfsvyLZM6b8li1aBzEM_vMrYz62Pon-GXHd7u4CFKSp5vS-XgRV3eXS1K5Ay8pyRjLLnFuvBfv2377n26-5jplAV8QlWPLFpbSmI4UCG1mREtb43nJc" ] |
2 | 0.89 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.roles AS roles_4, t0.password AS password_5, t0.plain_password AS plain_password_6, t0.enabled AS enabled_7, t0.name AS name_8, t0.surname AS surname_9, t0.address AS address_10, t0.celular AS celular_11, t0.image AS image_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.country_id AS country_id_15, t0.season_active AS season_active_16, t0.type_account AS type_account_17, t0.is_pro AS is_pro_18, t0.purchase AS purchase_19, t0.purchase_platform AS purchase_platform_20, t0.membership_id AS membership_id_21, t0.coupon_status AS coupon_status_22, t0.phone AS phone_23, t0.google_auth_code AS google_auth_code_24, t0.google_auth_code_verified AS google_auth_code_verified_25, t0.date_of_birth AS date_of_birth_26, t0.deleted_at AS deleted_at_27, t0.is_deleted AS is_deleted_28, t0.country_id AS country_id_29 FROM customer t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"jacobgrimonfutbol@gmail.com"
]
|
3 | 0.59 ms |
SELECT t0.id AS id_1, t0.year AS year_2, t0.is_active AS is_active_3, t0.team_id AS team_id_4, t0.customer_id AS customer_id_5, t0.country_id AS country_id_6 FROM season t0 WHERE t0.customer_id = ?
Parameters:
[
26184
]
|
4 | 0.67 ms |
SELECT t0.id AS id_1, t0.games AS games_2, t0.goals AS goals_3, t0.yellow_card AS yellow_card_4, t0.red_card AS red_card_5, t0.dorsal AS dorsal_6, t0.is_active AS is_active_7, t0.deleted_at AS deleted_at_8, t0.season_id AS season_id_9, t0.player_id AS player_id_10 FROM season_player t0 WHERE t0.season_id = ?
Parameters:
[
27313
]
|
5 | 4.75 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120236 "2025-01-01 00:00:00" ] |
6 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
7 | 0.86 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120236 7 => 27313 ] |
8 | 0.24 ms |
"COMMIT"
Parameters:
[] |
9 | 0.67 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117252
]
|
10 | 0.56 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120238 "2025-01-01 00:00:00" ] |
11 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
12 | 0.38 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120238 7 => 27313 ] |
13 | 0.18 ms |
"COMMIT"
Parameters:
[] |
14 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117254
]
|
15 | 0.46 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120239 "2025-01-01 00:00:00" ] |
16 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
17 | 0.35 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120239 7 => 27313 ] |
18 | 0.19 ms |
"COMMIT"
Parameters:
[] |
19 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117255
]
|
20 | 0.44 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120240 "2025-01-01 00:00:00" ] |
21 | 0.23 ms |
"START TRANSACTION"
Parameters:
[] |
22 | 0.38 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120240 7 => 27313 ] |
23 | 0.20 ms |
"COMMIT"
Parameters:
[] |
24 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117256
]
|
25 | 0.44 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120275 "2025-01-01 00:00:00" ] |
26 | 0.19 ms |
"START TRANSACTION"
Parameters:
[] |
27 | 0.35 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120275 7 => 27313 ] |
28 | 0.22 ms |
"COMMIT"
Parameters:
[] |
29 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117289
]
|
30 | 0.48 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120276 "2025-01-01 00:00:00" ] |
31 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
32 | 0.35 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120276 7 => 27313 ] |
33 | 0.18 ms |
"COMMIT"
Parameters:
[] |
34 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117290
]
|
35 | 0.49 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120279 "2025-01-01 00:00:00" ] |
36 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
37 | 0.29 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120279 7 => 27313 ] |
38 | 0.21 ms |
"COMMIT"
Parameters:
[] |
39 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117293
]
|
40 | 0.50 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120280 "2025-01-01 00:00:00" ] |
41 | 0.19 ms |
"START TRANSACTION"
Parameters:
[] |
42 | 0.40 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120280 7 => 27313 ] |
43 | 0.20 ms |
"COMMIT"
Parameters:
[] |
44 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117294
]
|
45 | 0.45 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120281 "2025-01-01 00:00:00" ] |
46 | 0.26 ms |
"START TRANSACTION"
Parameters:
[] |
47 | 0.37 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120281 7 => 27313 ] |
48 | 0.17 ms |
"COMMIT"
Parameters:
[] |
49 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117295
]
|
50 | 0.43 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120282 "2025-01-01 00:00:00" ] |
51 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
52 | 0.31 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120282 7 => 27313 ] |
53 | 0.16 ms |
"COMMIT"
Parameters:
[] |
54 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117296
]
|
55 | 0.38 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120283 "2025-01-01 00:00:00" ] |
56 | 0.14 ms |
"START TRANSACTION"
Parameters:
[] |
57 | 0.25 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120283 7 => 27313 ] |
58 | 0.16 ms |
"COMMIT"
Parameters:
[] |
59 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117297
]
|
60 | 0.39 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120284 "2025-01-01 00:00:00" ] |
61 | 0.14 ms |
"START TRANSACTION"
Parameters:
[] |
62 | 0.26 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120284 7 => 27313 ] |
63 | 0.14 ms |
"COMMIT"
Parameters:
[] |
64 | 0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117298
]
|
65 | 0.37 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120285 "2025-01-01 00:00:00" ] |
66 | 0.12 ms |
"START TRANSACTION"
Parameters:
[] |
67 | 0.24 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120285 7 => 27313 ] |
68 | 0.14 ms |
"COMMIT"
Parameters:
[] |
69 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117299
]
|
70 | 0.32 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120286 "2025-01-01 00:00:00" ] |
71 | 0.14 ms |
"START TRANSACTION"
Parameters:
[] |
72 | 0.23 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120286 7 => 27313 ] |
73 | 0.16 ms |
"COMMIT"
Parameters:
[] |
74 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117300
]
|
75 | 0.36 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120287 "2025-01-01 00:00:00" ] |
76 | 0.14 ms |
"START TRANSACTION"
Parameters:
[] |
77 | 0.24 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120287 7 => 27313 ] |
78 | 0.11 ms |
"COMMIT"
Parameters:
[] |
79 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117301
]
|
80 | 0.37 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120288 "2025-01-01 00:00:00" ] |
81 | 0.95 ms |
"START TRANSACTION"
Parameters:
[] |
82 | 0.26 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120288 7 => 27313 ] |
83 | 0.14 ms |
"COMMIT"
Parameters:
[] |
84 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117302
]
|
85 | 0.33 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120289 "2025-01-01 00:00:00" ] |
86 | 0.12 ms |
"START TRANSACTION"
Parameters:
[] |
87 | 0.27 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120289 7 => 27313 ] |
88 | 0.14 ms |
"COMMIT"
Parameters:
[] |
89 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117303
]
|
90 | 0.30 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120290 "2025-01-01 00:00:00" ] |
91 | 0.14 ms |
"START TRANSACTION"
Parameters:
[] |
92 | 0.22 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120290 7 => 27313 ] |
93 | 0.12 ms |
"COMMIT"
Parameters:
[] |
94 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117304
]
|
95 | 0.31 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120407 "2025-01-01 00:00:00" ] |
96 | 0.14 ms |
"START TRANSACTION"
Parameters:
[] |
97 | 0.28 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120407 7 => 27313 ] |
98 | 0.15 ms |
"COMMIT"
Parameters:
[] |
99 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117416
]
|
100 | 0.39 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 120849 "2025-01-01 00:00:00" ] |
101 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
102 | 0.23 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120849 7 => 27313 ] |
103 | 0.12 ms |
"COMMIT"
Parameters:
[] |
104 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
117844
]
|
105 | 0.30 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 122161 "2025-01-01 00:00:00" ] |
106 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
107 | 0.26 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 122161 7 => 27313 ] |
108 | 0.13 ms |
"COMMIT"
Parameters:
[] |
109 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
119108
]
|
110 | 0.31 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 122162 "2025-01-01 00:00:00" ] |
111 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
112 | 2.15 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 122162 7 => 27313 ] |
113 | 0.15 ms |
"COMMIT"
Parameters:
[] |
114 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
119109
]
|
115 | 0.36 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 122552 "2025-01-01 00:00:00" ] |
116 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
117 | 0.24 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 122552 7 => 27313 ] |
118 | 0.12 ms |
"COMMIT"
Parameters:
[] |
119 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
119480
]
|
120 | 0.33 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 124049 "2025-01-01 00:00:00" ] |
121 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
122 | 0.23 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 124049 7 => 27313 ] |
123 | 0.13 ms |
"COMMIT"
Parameters:
[] |
124 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
120887
]
|
125 | 0.32 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 124050 "2025-01-01 00:00:00" ] |
126 | 0.25 ms |
"START TRANSACTION"
Parameters:
[] |
127 | 0.29 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 124050 7 => 27313 ] |
128 | 0.17 ms |
"COMMIT"
Parameters:
[] |
129 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
120888
]
|
130 | 0.39 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 124051 "2025-01-01 00:00:00" ] |
131 | 0.69 ms |
"START TRANSACTION"
Parameters:
[] |
132 | 0.30 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 124051 7 => 27313 ] |
133 | 0.17 ms |
"COMMIT"
Parameters:
[] |
134 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
120889
]
|
135 | 0.32 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 124822 "2025-01-01 00:00:00" ] |
136 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
137 | 0.25 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 124822 7 => 27313 ] |
138 | 0.14 ms |
"COMMIT"
Parameters:
[] |
139 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
121622
]
|
140 | 0.30 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 124823 "2025-01-01 00:00:00" ] |
141 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
142 | 0.24 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 124823 7 => 27313 ] |
143 | 0.12 ms |
"COMMIT"
Parameters:
[] |
144 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
121623
]
|
145 | 0.31 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 125394 "2025-01-01 00:00:00" ] |
146 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
147 | 0.27 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 125394 7 => 27313 ] |
148 | 0.12 ms |
"COMMIT"
Parameters:
[] |
149 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
122194
]
|
150 | 0.34 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 125694 "2025-01-01 00:00:00" ] |
151 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
152 | 0.23 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 125694 7 => 27313 ] |
153 | 0.13 ms |
"COMMIT"
Parameters:
[] |
154 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
122494
]
|
155 | 0.30 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 125710 "2025-01-01 00:00:00" ] |
156 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
157 | 0.24 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 125710 7 => 27313 ] |
158 | 0.15 ms |
"COMMIT"
Parameters:
[] |
159 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
122510
]
|
160 | 0.29 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 126684 "2025-01-01 00:00:00" ] |
161 | 0.13 ms |
"START TRANSACTION"
Parameters:
[] |
162 | 0.25 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126684 7 => 27313 ] |
163 | 0.15 ms |
"COMMIT"
Parameters:
[] |
164 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123451
]
|
165 | 0.31 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 126685 "2025-01-01 00:00:00" ] |
166 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
167 | 0.24 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126685 7 => 27313 ] |
168 | 0.12 ms |
"COMMIT"
Parameters:
[] |
169 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
123452
]
|
170 | 0.31 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.date_paid AS date_paid_3, t0.note AS note_4, t0.paid AS paid_5, t0.amount AS amount_6, t0.seasonplayer_id AS seasonplayer_id_7, t0.season_id AS season_id_8 FROM other_payments t0 WHERE t0.season_id = ? AND t0.seasonplayer_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 27313 127457 "2025-01-01 00:00:00" ] |
171 | 0.14 ms |
"START TRANSACTION"
Parameters:
[] |
172 | 0.27 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2025-01-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 127457 7 => 27313 ] |
173 | 0.15 ms |
"COMMIT"
Parameters:
[] |
174 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.age AS age_4, t0.weight AS weight_5, t0.height AS height_6, t0.shoes AS shoes_7, t0.image AS image_8, t0.updated_at AS updated_at_9, t0.skillful_leg AS skillful_leg_10, t0.is_active AS is_active_11, t0.birth_date AS birth_date_12, t0.phone AS phone_13, t0.email AS email_14, t0.number_document AS number_document_15, t0.health_card AS health_card_16, t0.date_of_birth AS date_of_birth_17, t0.medical_review_date AS medical_review_date_18, t0.last_club AS last_club_19, t0.deleted_at AS deleted_at_20, t0.position_id AS position_id_21, t0.secondary_position_id AS secondary_position_id_22, t0.country_id AS country_id_23 FROM player t0 WHERE t0.id = ?
Parameters:
[
124184
]
|
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
Class | Mapping errors |
---|---|
App\Entity\Customer |
|
App\Entity\Country | No errors. |
App\Entity\Season | No errors. |
App\Entity\Suggestion | No errors. |
App\Entity\CouponCustomer | No errors. |
App\Entity\Notification | No errors. |
App\Entity\ExerciseQualification |
|
App\Entity\Strategy | No errors. |
App\Entity\Team |
|
App\Entity\SeasonPlayer |
|
App\Entity\Game |
|
App\Entity\TrainingAsist | No errors. |
App\Entity\ExerciseCalendar |
|
App\Entity\PlayerJustification | No errors. |
App\Entity\Player |
|
App\Entity\Minutes | No errors. |
App\Entity\KilometersTraveled | No errors. |
App\Entity\ShotsOnGoal | No errors. |
App\Entity\PlayerWeight |
|
App\Entity\GamePlayerStatistics | No errors. |
App\Entity\PlayerSportsInjuries | No errors. |
App\Entity\GameAlignment |
|
App\Entity\OtherPayments |
|
App\Entity\TypeSoccer | No errors. |
App\Entity\Tactic | No errors. |
App\Entity\Position | No errors. |
App\Entity\Convocatoria |
|