1
5.29 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . goal AS goal_4 , t0 . pledged AS pledged_5 , t0 . image AS image_6 , t0 . start_date AS start_date_7 , t0 . end_date AS end_date_8 , t0 . completed_at AS completed_at_9 , t0 . slug AS slug_10 , t0 . is_active AS is_active_11 , t0 . status AS status_12 , t0 . created_at AS created_at_13 , t0 . updated_at AS updated_at_14 , t0 . category_id AS category_id_15 , t0 . creator_id AS creator_id_16 , t0 . owner_id AS owner_id_17 FROM project t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"titre-accrocheur "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . goal AS goal_4 , t0 . pledged AS pledged_5 , t0 . image AS image_6 , t0 . start_date AS start_date_7 , t0 . end_date AS end_date_8 , t0 . completed_at AS completed_at_9 , t0 . slug AS slug_10 , t0 . is_active AS is_active_11 , t0 . status AS status_12 , t0 . created_at AS created_at_13 , t0 . updated_at AS updated_at_14 , t0 . category_id AS category_id_15 , t0 . creator_id AS creator_id_16 , t0 . owner_id AS owner_id_17 FROM project t0 WHERE t0 . slug = 'titre-accrocheur' LIMIT 1 ;
Copy
2
2.11 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . goal AS goal_4 , t0 . pledged AS pledged_5 , t0 . image AS image_6 , t0 . start_date AS start_date_7 , t0 . end_date AS end_date_8 , t0 . completed_at AS completed_at_9 , t0 . slug AS slug_10 , t0 . is_active AS is_active_11 , t0 . status AS status_12 , t0 . created_at AS created_at_13 , t0 . updated_at AS updated_at_14 , t0 . category_id AS category_id_15 , t0 . creator_id AS creator_id_16 , t0 . owner_id AS owner_id_17 FROM project t0 WHERE t0 . category_id = ? ORDER BY t0 . created_at DESC LIMIT 3
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . goal AS goal_4 , t0 . pledged AS pledged_5 , t0 . image AS image_6 , t0 . start_date AS start_date_7 , t0 . end_date AS end_date_8 , t0 . completed_at AS completed_at_9 , t0 . slug AS slug_10 , t0 . is_active AS is_active_11 , t0 . status AS status_12 , t0 . created_at AS created_at_13 , t0 . updated_at AS updated_at_14 , t0 . category_id AS category_id_15 , t0 . creator_id AS creator_id_16 , t0 . owner_id AS owner_id_17 FROM project t0 WHERE t0 . category_id = 154 ORDER BY t0 . created_at DESC LIMIT 3 ;
Copy
5
3.26 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . first_name AS first_name_3 , t0 . last_name AS last_name_4 , t0 . roles AS roles_5 , t0 . password AS password_6 , t0 . avatar AS avatar_7 , t0 . username AS username_8 , t0 . phone AS phone_9 , t0 . country AS country_10 , t0 . account_type AS account_type_11 , t0 . organization_name AS organization_name_12 , t0 . organization_number AS organization_number_13 , t0 . waiting_since AS waiting_since_14 , t0 . is_kyc_verified AS is_kyc_verified_15 , t0 . kyc_verified_at AS kyc_verified_at_16 , t0 . stripe_customer_id AS stripe_customer_id_17 , t0 . default_payment_method_id AS default_payment_method_id_18 , t0 . is_active AS is_active_19 , t0 . created_at AS created_at_20 , t0 . updated_at AS updated_at_21 , t22 . id AS id_23 , t22 . title AS title_24 , t22 . description AS description_25 , t22 . goal AS goal_26 , t22 . pledged AS pledged_27 , t22 . image AS image_28 , t22 . start_date AS start_date_29 , t22 . end_date AS end_date_30 , t22 . completed_at AS completed_at_31 , t22 . slug AS slug_32 , t22 . is_active AS is_active_33 , t22 . status AS status_34 , t22 . created_at AS created_at_35 , t22 . updated_at AS updated_at_36 , t22 . category_id AS category_id_37 , t22 . creator_id AS creator_id_38 , t22 . owner_id AS owner_id_39 FROM "user" t0 LEFT JOIN project t22 ON t22 . creator_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . first_name AS first_name_3 , t0 . last_name AS last_name_4 , t0 . roles AS roles_5 , t0 . password AS password_6 , t0 . avatar AS avatar_7 , t0 . username AS username_8 , t0 . phone AS phone_9 , t0 . country AS country_10 , t0 . account_type AS account_type_11 , t0 . organization_name AS organization_name_12 , t0 . organization_number AS organization_number_13 , t0 . waiting_since AS waiting_since_14 , t0 . is_kyc_verified AS is_kyc_verified_15 , t0 . kyc_verified_at AS kyc_verified_at_16 , t0 . stripe_customer_id AS stripe_customer_id_17 , t0 . default_payment_method_id AS default_payment_method_id_18 , t0 . is_active AS is_active_19 , t0 . created_at AS created_at_20 , t0 . updated_at AS updated_at_21 , t22 . id AS id_23 , t22 . title AS title_24 , t22 . description AS description_25 , t22 . goal AS goal_26 , t22 . pledged AS pledged_27 , t22 . image AS image_28 , t22 . start_date AS start_date_29 , t22 . end_date AS end_date_30 , t22 . completed_at AS completed_at_31 , t22 . slug AS slug_32 , t22 . is_active AS is_active_33 , t22 . status AS status_34 , t22 . created_at AS created_at_35 , t22 . updated_at AS updated_at_36 , t22 . category_id AS category_id_37 , t22 . creator_id AS creator_id_38 , t22 . owner_id AS owner_id_39 FROM "user" t0 LEFT JOIN project t22 ON t22 . creator_id = t0 . id WHERE t0 . id = 815 ;
Copy