1
0.48 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 :
[
"Carré de porc aux petits légumes "
]
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 = 'Carré de porc aux petits légumes' LIMIT 1 ;
Copy
2
0.28 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 = 2 ;
Copy
3
0.20 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 :
[
"Carré de porc aux petits légumes "
]
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 = 'Carré de porc aux petits légumes' LIMIT 1 ;
Copy
4
0.27 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 = 3 ;
Copy
5
0.29 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 = 2 ;
Copy
6
0.24 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 = 8 ;
Copy
7
0.22 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 = 9 ;
Copy
8
0.17 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 = 10 ;
Copy
9
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 = 11 ;
Copy
10
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 = 12 ;
Copy
11
0.17 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 = 13 ;
Copy
12
0.17 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 = 14 ;
Copy
13
0.17 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 = 15 ;
Copy
14
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 = 16 ;
Copy
15
0.19 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 = 18 ;
Copy
16
0.20 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 = 2 ;
Copy