Query Metrics
279
Database Queries
9
Different statements
246.83 ms
Query time
11
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 35.72 ms |
SELECT * FROM customer_device WHERE :token LIKE CONCAT(token,'%') AND `status` = 0
Parameters:
[ "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MzEzNjY3MTAsImV4cCI6MTczMTM3MDMxMCwicm9sZXMiOlsiUk9MRV9DVVNUT01FUiJdLCJ1c2VybmFtZSI6ImZyb2RwYWQ3OEBnbWFpbC5jb20ifQ.hLTupBcr0xd3bGxkxIejnSiQBBeMfHuFRWos7TpOI0Mbi7ps5KoXqKTfS-QsKgw7lKLFNMILVEi6V5e5ANIgQxyKTnLODZ7CcJ-Q5aoMNkGFsRBoBFo1cL0JS4fXolqdbR4anqxhW5U0KamO_S1_swso3gNOmzgVNF71TIvPcKI6MYZRhmMVBHJ4EBzeT_BwX95gRVGEfP2sEyapHnRKmll_jKna82yA5f46Nu6ePzrJkGXytMqfR5l-17KY-6-L5rUi_IA96wNU7PnPTDFNX9cMOLwpfK9L8nbpGNitKD1v5Y2GWhU_BxGx5R5vD4DsR2yrSxReDesvcZpF8jSASOo5lBjFGI6ttD8e6LuUsVhwfQ6CYErZrFarU6epddYbyo-9gjvCzNCoNktMofGIPx3vA8eXt24Tihj9bxZvzDShXFBwM7Z87eWuP3iQa5_FIEAZP-B4Iy8woiL_gEGiRy2bLrzERJA6TWMNxshwUBudOzEZK4_hpckD2NODLjo9yszH0r_Dh01ZYys7L6x9UhBaeq6vu_aiml2bzOA2CBjOTcaYto6mfusfuhCx45aanCOjcyUQFFrZ9u7dyAUTcRHAxrPYcUXc-PQV3y901QqT0G8VdfBmaZXC6P5csXguT7FeGHjG7iRuKZ4Vz10d-RcId2-8F5HbrHp9YJf5Mic" ] |
2 | 2.44 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:
[
"frodpad78@gmail.com"
]
|
3 | 1.85 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:
[
11882
]
|
4 | 4.04 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:
[
27186
]
|
5 | 8.14 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:
[ 27186 120405 "2024-11-01 00:00:00" ] |
6 | 3.66 ms |
"START TRANSACTION"
Parameters:
[] |
7 | 3.87 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120405 7 => 27186 ] |
8 | 1.16 ms |
"COMMIT"
Parameters:
[] |
9 | 1.94 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:
[
117414
]
|
10 | 0.51 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:
[ 27186 120406 "2024-11-01 00:00:00" ] |
11 | 0.47 ms |
"START TRANSACTION"
Parameters:
[] |
12 | 0.36 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120406 7 => 27186 ] |
13 | 0.20 ms |
"COMMIT"
Parameters:
[] |
14 | 0.88 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:
[
117415
]
|
15 | 0.96 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:
[ 27186 120408 "2024-11-01 00:00:00" ] |
16 | 0.19 ms |
"START TRANSACTION"
Parameters:
[] |
17 | 0.34 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120408 7 => 27186 ] |
18 | 0.17 ms |
"COMMIT"
Parameters:
[] |
19 | 0.41 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:
[
117417
]
|
20 | 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:
[ 27186 120409 "2024-11-01 00:00:00" ] |
21 | 0.47 ms |
"START TRANSACTION"
Parameters:
[] |
22 | 0.35 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120409 7 => 27186 ] |
23 | 0.17 ms |
"COMMIT"
Parameters:
[] |
24 | 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:
[
117418
]
|
25 | 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:
[ 27186 120410 "2024-11-01 00:00:00" ] |
26 | 0.14 ms |
"START TRANSACTION"
Parameters:
[] |
27 | 0.28 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120410 7 => 27186 ] |
28 | 0.16 ms |
"COMMIT"
Parameters:
[] |
29 | 0.39 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:
[
117419
]
|
30 | 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:
[ 27186 120411 "2024-11-01 00:00:00" ] |
31 | 0.29 ms |
"START TRANSACTION"
Parameters:
[] |
32 | 0.32 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120411 7 => 27186 ] |
33 | 0.16 ms |
"COMMIT"
Parameters:
[] |
34 | 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:
[
117420
]
|
35 | 0.71 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:
[ 27186 120412 "2024-11-01 00:00:00" ] |
36 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
37 | 0.33 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120412 7 => 27186 ] |
38 | 0.19 ms |
"COMMIT"
Parameters:
[] |
39 | 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:
[
117421
]
|
40 | 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:
[ 27186 120413 "2024-11-01 00:00:00" ] |
41 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
42 | 0.31 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120413 7 => 27186 ] |
43 | 0.18 ms |
"COMMIT"
Parameters:
[] |
44 | 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:
[
117422
]
|
45 | 0.91 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:
[ 27186 120414 "2024-11-01 00:00:00" ] |
46 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
47 | 0.30 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120414 7 => 27186 ] |
48 | 0.21 ms |
"COMMIT"
Parameters:
[] |
49 | 0.41 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:
[
117423
]
|
50 | 0.41 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:
[ 27186 120547 "2024-11-01 00:00:00" ] |
51 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
52 | 0.29 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120547 7 => 27186 ] |
53 | 0.19 ms |
"COMMIT"
Parameters:
[] |
54 | 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:
[
98928
]
|
55 | 0.41 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:
[ 27186 120548 "2024-11-01 00:00:00" ] |
56 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
57 | 0.29 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120548 7 => 27186 ] |
58 | 0.20 ms |
"COMMIT"
Parameters:
[] |
59 | 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:
[
94256
]
|
60 | 0.41 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:
[ 27186 120549 "2024-11-01 00:00:00" ] |
61 | 0.22 ms |
"START TRANSACTION"
Parameters:
[] |
62 | 0.30 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120549 7 => 27186 ] |
63 | 0.17 ms |
"COMMIT"
Parameters:
[] |
64 | 0.42 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:
[
94262
]
|
65 | 0.40 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:
[ 27186 120550 "2024-11-01 00:00:00" ] |
66 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
67 | 0.31 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120550 7 => 27186 ] |
68 | 0.20 ms |
"COMMIT"
Parameters:
[] |
69 | 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:
[
94261
]
|
70 | 0.41 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:
[ 27186 120551 "2024-11-01 00:00:00" ] |
71 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
72 | 0.32 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120551 7 => 27186 ] |
73 | 0.19 ms |
"COMMIT"
Parameters:
[] |
74 | 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:
[
94254
]
|
75 | 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:
[ 27186 120552 "2024-11-01 00:00:00" ] |
76 | 0.21 ms |
"START TRANSACTION"
Parameters:
[] |
77 | 0.33 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120552 7 => 27186 ] |
78 | 0.18 ms |
"COMMIT"
Parameters:
[] |
79 | 0.39 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:
[
94260
]
|
80 | 0.81 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:
[ 27186 120553 "2024-11-01 00:00:00" ] |
81 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
82 | 0.29 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120553 7 => 27186 ] |
83 | 0.15 ms |
"COMMIT"
Parameters:
[] |
84 | 0.40 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:
[
97669
]
|
85 | 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:
[ 27186 120554 "2024-11-01 00:00:00" ] |
86 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
87 | 0.33 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120554 7 => 27186 ] |
88 | 0.16 ms |
"COMMIT"
Parameters:
[] |
89 | 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:
[
94266
]
|
90 | 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:
[ 27186 120555 "2024-11-01 00:00:00" ] |
91 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
92 | 0.31 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120555 7 => 27186 ] |
93 | 0.19 ms |
"COMMIT"
Parameters:
[] |
94 | 0.42 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:
[
106456
]
|
95 | 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:
[ 27186 120556 "2024-11-01 00:00:00" ] |
96 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
97 | 1.41 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120556 7 => 27186 ] |
98 | 0.24 ms |
"COMMIT"
Parameters:
[] |
99 | 0.81 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:
[
106854
]
|
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:
[ 27186 120557 "2024-11-01 00:00:00" ] |
101 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
102 | 0.31 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120557 7 => 27186 ] |
103 | 0.16 ms |
"COMMIT"
Parameters:
[] |
104 | 0.43 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:
[
94269
]
|
105 | 0.41 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:
[ 27186 120558 "2024-11-01 00:00:00" ] |
106 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
107 | 0.31 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120558 7 => 27186 ] |
108 | 0.18 ms |
"COMMIT"
Parameters:
[] |
109 | 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:
[
94282
]
|
110 | 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:
[ 27186 120559 "2024-11-01 00:00:00" ] |
111 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
112 | 0.31 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120559 7 => 27186 ] |
113 | 0.17 ms |
"COMMIT"
Parameters:
[] |
114 | 0.41 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:
[
97129
]
|
115 | 0.85 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:
[ 27186 120560 "2024-11-01 00:00:00" ] |
116 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
117 | 0.77 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120560 7 => 27186 ] |
118 | 0.17 ms |
"COMMIT"
Parameters:
[] |
119 | 0.41 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:
[
110099
]
|
120 | 0.42 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:
[ 27186 120671 "2024-11-01 00:00:00" ] |
121 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
122 | 0.38 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120671 7 => 27186 ] |
123 | 0.17 ms |
"COMMIT"
Parameters:
[] |
124 | 0.45 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:
[
117666
]
|
125 | 1.24 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:
[ 27186 120963 "2024-11-01 00:00:00" ] |
126 | 0.25 ms |
"START TRANSACTION"
Parameters:
[] |
127 | 0.33 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120963 7 => 27186 ] |
128 | 0.21 ms |
"COMMIT"
Parameters:
[] |
129 | 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:
[
117958
]
|
130 | 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:
[ 27186 120964 "2024-11-01 00:00:00" ] |
131 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
132 | 0.35 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120964 7 => 27186 ] |
133 | 0.24 ms |
"COMMIT"
Parameters:
[] |
134 | 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:
[
117959
]
|
135 | 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:
[ 27186 120965 "2024-11-01 00:00:00" ] |
136 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
137 | 0.34 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120965 7 => 27186 ] |
138 | 0.19 ms |
"COMMIT"
Parameters:
[] |
139 | 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:
[
117960
]
|
140 | 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:
[ 27186 120967 "2024-11-01 00:00:00" ] |
141 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
142 | 0.33 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120967 7 => 27186 ] |
143 | 0.23 ms |
"COMMIT"
Parameters:
[] |
144 | 0.41 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:
[
117962
]
|
145 | 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:
[ 27186 120969 "2024-11-01 00:00:00" ] |
146 | 0.22 ms |
"START TRANSACTION"
Parameters:
[] |
147 | 0.31 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120969 7 => 27186 ] |
148 | 0.19 ms |
"COMMIT"
Parameters:
[] |
149 | 0.40 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:
[
117964
]
|
150 | 0.41 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:
[ 27186 120970 "2024-11-01 00:00:00" ] |
151 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
152 | 0.32 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 120970 7 => 27186 ] |
153 | 0.19 ms |
"COMMIT"
Parameters:
[] |
154 | 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:
[
117965
]
|
155 | 0.40 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:
[ 27186 121155 "2024-11-01 00:00:00" ] |
156 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
157 | 0.73 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 121155 7 => 27186 ] |
158 | 0.19 ms |
"COMMIT"
Parameters:
[] |
159 | 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:
[
118139
]
|
160 | 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:
[ 27186 121156 "2024-11-01 00:00:00" ] |
161 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
162 | 0.38 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 121156 7 => 27186 ] |
163 | 0.18 ms |
"COMMIT"
Parameters:
[] |
164 | 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:
[
118140
]
|
165 | 0.41 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:
[ 27186 121157 "2024-11-01 00:00:00" ] |
166 | 0.18 ms |
"START TRANSACTION"
Parameters:
[] |
167 | 0.33 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 121157 7 => 27186 ] |
168 | 0.15 ms |
"COMMIT"
Parameters:
[] |
169 | 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:
[
118141
]
|
170 | 0.42 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:
[ 27186 121158 "2024-11-01 00:00:00" ] |
171 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
172 | 0.34 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 121158 7 => 27186 ] |
173 | 0.15 ms |
"COMMIT"
Parameters:
[] |
174 | 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:
[
118142
]
|
175 | 0.77 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:
[ 27186 121159 "2024-11-01 00:00:00" ] |
176 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
177 | 0.33 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 121159 7 => 27186 ] |
178 | 0.18 ms |
"COMMIT"
Parameters:
[] |
179 | 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:
[
118143
]
|
180 | 0.40 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:
[ 27186 121160 "2024-11-01 00:00:00" ] |
181 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
182 | 0.42 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 121160 7 => 27186 ] |
183 | 0.22 ms |
"COMMIT"
Parameters:
[] |
184 | 0.50 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:
[
118144
]
|
185 | 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:
[ 27186 121161 "2024-11-01 00:00:00" ] |
186 | 0.19 ms |
"START TRANSACTION"
Parameters:
[] |
187 | 0.42 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 121161 7 => 27186 ] |
188 | 0.22 ms |
"COMMIT"
Parameters:
[] |
189 | 0.87 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:
[
118145
]
|
190 | 0.55 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:
[ 27186 121162 "2024-11-01 00:00:00" ] |
191 | 0.22 ms |
"START TRANSACTION"
Parameters:
[] |
192 | 0.39 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 121162 7 => 27186 ] |
193 | 0.24 ms |
"COMMIT"
Parameters:
[] |
194 | 0.50 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:
[
118146
]
|
195 | 0.47 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:
[ 27186 122160 "2024-11-01 00:00:00" ] |
196 | 0.23 ms |
"START TRANSACTION"
Parameters:
[] |
197 | 0.47 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 122160 7 => 27186 ] |
198 | 0.67 ms |
"COMMIT"
Parameters:
[] |
199 | 0.93 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:
[
119107
]
|
200 | 0.54 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:
[ 27186 122338 "2024-11-01 00:00:00" ] |
201 | 0.20 ms |
"START TRANSACTION"
Parameters:
[] |
202 | 0.45 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 122338 7 => 27186 ] |
203 | 0.22 ms |
"COMMIT"
Parameters:
[] |
204 | 0.57 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:
[
119285
]
|
205 | 0.55 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:
[ 27186 122339 "2024-11-01 00:00:00" ] |
206 | 0.20 ms |
"START TRANSACTION"
Parameters:
[] |
207 | 0.47 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 122339 7 => 27186 ] |
208 | 0.21 ms |
"COMMIT"
Parameters:
[] |
209 | 0.57 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:
[
119286
]
|
210 | 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:
[ 27186 122482 "2024-11-01 00:00:00" ] |
211 | 0.43 ms |
"START TRANSACTION"
Parameters:
[] |
212 | 3.08 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 122482 7 => 27186 ] |
213 | 2.43 ms |
"COMMIT"
Parameters:
[] |
214 | 2.11 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:
[
119410
]
|
215 | 1.66 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:
[ 27186 123025 "2024-11-01 00:00:00" ] |
216 | 2.19 ms |
"START TRANSACTION"
Parameters:
[] |
217 | 3.35 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 123025 7 => 27186 ] |
218 | 3.77 ms |
"COMMIT"
Parameters:
[] |
219 | 3.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:
[
119909
]
|
220 | 0.61 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:
[ 27186 123571 "2024-11-01 00:00:00" ] |
221 | 1.77 ms |
"START TRANSACTION"
Parameters:
[] |
222 | 1.88 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 123571 7 => 27186 ] |
223 | 0.74 ms |
"COMMIT"
Parameters:
[] |
224 | 0.92 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:
[
120438
]
|
225 | 0.54 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:
[ 27186 124145 "2024-11-01 00:00:00" ] |
226 | 0.27 ms |
"START TRANSACTION"
Parameters:
[] |
227 | 0.47 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 124145 7 => 27186 ] |
228 | 0.26 ms |
"COMMIT"
Parameters:
[] |
229 | 0.78 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:
[
120969
]
|
230 | 0.53 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:
[ 27186 124146 "2024-11-01 00:00:00" ] |
231 | 1.29 ms |
"START TRANSACTION"
Parameters:
[] |
232 | 3.27 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 124146 7 => 27186 ] |
233 | 0.80 ms |
"COMMIT"
Parameters:
[] |
234 | 3.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:
[
120970
]
|
235 | 0.59 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:
[ 27186 124377 "2024-11-01 00:00:00" ] |
236 | 2.95 ms |
"START TRANSACTION"
Parameters:
[] |
237 | 1.75 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 124377 7 => 27186 ] |
238 | 1.57 ms |
"COMMIT"
Parameters:
[] |
239 | 0.85 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:
[
121201
]
|
240 | 5.26 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:
[ 27186 125706 "2024-11-01 00:00:00" ] |
241 | 2.14 ms |
"START TRANSACTION"
Parameters:
[] |
242 | 3.88 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 125706 7 => 27186 ] |
243 | 1.03 ms |
"COMMIT"
Parameters:
[] |
244 | 1.39 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:
[
122506
]
|
245 | 2.98 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:
[ 27186 125707 "2024-11-01 00:00:00" ] |
246 | 7.33 ms |
"START TRANSACTION"
Parameters:
[] |
247 | 3.74 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 125707 7 => 27186 ] |
248 | 2.97 ms |
"COMMIT"
Parameters:
[] |
249 | 2.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:
[
122507
]
|
250 | 1.15 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:
[ 27186 125708 "2024-11-01 00:00:00" ] |
251 | 0.93 ms |
"START TRANSACTION"
Parameters:
[] |
252 | 7.04 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 125708 7 => 27186 ] |
253 | 0.99 ms |
"COMMIT"
Parameters:
[] |
254 | 1.51 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:
[
122508
]
|
255 | 2.01 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:
[ 27186 125709 "2024-11-01 00:00:00" ] |
256 | 6.07 ms |
"START TRANSACTION"
Parameters:
[] |
257 | 2.49 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 125709 7 => 27186 ] |
258 | 1.43 ms |
"COMMIT"
Parameters:
[] |
259 | 0.74 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:
[
122509
]
|
260 | 1.04 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:
[ 27186 125783 "2024-11-01 00:00:00" ] |
261 | 0.21 ms |
"START TRANSACTION"
Parameters:
[] |
262 | 0.44 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 125783 7 => 27186 ] |
263 | 0.40 ms |
"COMMIT"
Parameters:
[] |
264 | 0.52 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:
[
122576
]
|
265 | 0.40 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:
[ 27186 125993 "2024-11-01 00:00:00" ] |
266 | 0.27 ms |
"START TRANSACTION"
Parameters:
[] |
267 | 0.48 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 125993 7 => 27186 ] |
268 | 0.25 ms |
"COMMIT"
Parameters:
[] |
269 | 0.57 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:
[
122786
]
|
270 | 0.60 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:
[ 27186 126413 "2024-11-01 00:00:00" ] |
271 | 0.23 ms |
"START TRANSACTION"
Parameters:
[] |
272 | 0.44 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126413 7 => 27186 ] |
273 | 0.29 ms |
"COMMIT"
Parameters:
[] |
274 | 0.53 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:
[
123206
]
|
275 | 0.52 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:
[ 27186 126414 "2024-11-01 00:00:00" ] |
276 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
277 | 0.30 ms |
INSERT INTO other_payments (date, date_paid, note, paid, amount, seasonplayer_id, season_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "2024-11-01 00:00:00" 2 => null 3 => null 4 => 0 5 => "0.00" 6 => 126414 7 => 27186 ] |
278 | 0.18 ms |
"COMMIT"
Parameters:
[] |
279 | 0.41 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:
[
123207
]
|
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 |
|