| 1 |
5.59 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.subscription_id AS subscription_id_8, t0.plan_id AS plan_id_9 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.subscription_id AS subscription_id_8, t0.plan_id AS plan_id_9 FROM user t0 WHERE t0.id = 2;
|
| 2 |
6.79 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.storage AS storage_5, t0.bucket AS bucket_6, t0.filename AS filename_7, t0.active AS active_8, t0.type AS type_9, t0.mode AS mode_10, t0.status AS status_11, t0.duration AS duration_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.short_description AS short_description_15, t0.view AS view_16 FROM video t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.storage AS storage_5, t0.bucket AS bucket_6, t0.filename AS filename_7, t0.active AS active_8, t0.type AS type_9, t0.mode AS mode_10, t0.status AS status_11, t0.duration AS duration_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.short_description AS short_description_15, t0.view AS view_16 FROM video t0 WHERE t0.id = '5' LIMIT 1;
|
| 3 |
1.75 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.storage AS storage_5, t0.bucket AS bucket_6, t0.filename AS filename_7, t0.active AS active_8, t0.is_footer AS is_footer_9, t0.short_description AS short_description_10 FROM category t0 WHERE t0.active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.storage AS storage_5, t0.bucket AS bucket_6, t0.filename AS filename_7, t0.active AS active_8, t0.is_footer AS is_footer_9, t0.short_description AS short_description_10 FROM category t0 WHERE t0.active = 1;
|
| 4 |
4.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.storage AS storage_5, t0.bucket AS bucket_6, t0.filename AS filename_7, t0.active AS active_8, t0.is_footer AS is_footer_9, t0.short_description AS short_description_10 FROM category t0 INNER JOIN category_video ON t0.id = category_video.category_id WHERE category_video.video_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.storage AS storage_5, t0.bucket AS bucket_6, t0.filename AS filename_7, t0.active AS active_8, t0.is_footer AS is_footer_9, t0.short_description AS short_description_10 FROM category t0 INNER JOIN category_video ON t0.id = category_video.category_id WHERE category_video.video_id = 5;
|