| 1 |
0.89 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.preparation AS preparation_3, t0.cuisson AS cuisson_4, t0.repos AS repos_5, t0.pays AS pays_6, t0.instruction AS instruction_7, t0.brouillon AS brouillon_8, t0.image AS image_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.slug AS slug_12, t0.portion AS portion_13, t0.categorie_id AS categorie_id_14 FROM recette t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"brownies"
]
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.preparation AS preparation_3, t0.cuisson AS cuisson_4, t0.repos AS repos_5, t0.pays AS pays_6, t0.instruction AS instruction_7, t0.brouillon AS brouillon_8, t0.image AS image_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.slug AS slug_12, t0.portion AS portion_13, t0.categorie_id AS categorie_id_14 FROM recette t0 WHERE t0.slug = 'brownies' LIMIT 1;
|
| 2 |
0.39 ms |
SELECT t0.id AS id_1, t0.etoile AS etoile_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.recette_id AS recette_id_5, t0.auteur_id AS auteur_id_6 FROM note t0 WHERE t0.recette_id = ?
SELECT t0.id AS id_1, t0.etoile AS etoile_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.recette_id AS recette_id_5, t0.auteur_id AS auteur_id_6 FROM note t0 WHERE t0.recette_id = 6;
|
| 3 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.preparation AS preparation_3, t0.cuisson AS cuisson_4, t0.repos AS repos_5, t0.pays AS pays_6, t0.instruction AS instruction_7, t0.brouillon AS brouillon_8, t0.image AS image_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.slug AS slug_12, t0.portion AS portion_13, t0.categorie_id AS categorie_id_14 FROM recette t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"brownies"
]
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.preparation AS preparation_3, t0.cuisson AS cuisson_4, t0.repos AS repos_5, t0.pays AS pays_6, t0.instruction AS instruction_7, t0.brouillon AS brouillon_8, t0.image AS image_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.slug AS slug_12, t0.portion AS portion_13, t0.categorie_id AS categorie_id_14 FROM recette t0 WHERE t0.slug = 'brownies' LIMIT 1;
|
| 4 |
0.57 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4 FROM categorie t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4 FROM categorie t0 WHERE t0.id = 4;
|
| 5 |
0.84 ms |
SELECT t0.id AS id_1, t0.quantite AS quantite_2, t0.mesure AS mesure_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM mesure t0 INNER JOIN mesure_recette ON t0.id = mesure_recette.mesure_id WHERE mesure_recette.recette_id = ?
SELECT t0.id AS id_1, t0.quantite AS quantite_2, t0.mesure AS mesure_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM mesure t0 INNER JOIN mesure_recette ON t0.id = mesure_recette.mesure_id WHERE mesure_recette.recette_id = 6;
|
| 6 |
0.75 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 47;
|
| 7 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 48;
|
| 8 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 49;
|
| 9 |
0.14 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 50;
|
| 10 |
0.14 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 51;
|
| 11 |
0.14 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 52;
|
| 12 |
0.14 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 53;
|
| 13 |
0.44 ms |
SELECT t0.id AS id_1, t0.contenu AS contenu_2, t0.statut AS statut_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.recette_id AS recette_id_6, t0.auteur_id AS auteur_id_7 FROM commentaire t0 WHERE t0.recette_id = ?
SELECT t0.id AS id_1, t0.contenu AS contenu_2, t0.statut AS statut_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.recette_id AS recette_id_6, t0.auteur_id AS auteur_id_7 FROM commentaire t0 WHERE t0.recette_id = 6;
|