1 |
18.88 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.teasing AS teasing_3, t0.description AS description_4, t0.context AS context_5, t0.filename AS filename_6, t0.objective AS objective_7, t0.public AS public_8, t0.holder AS holder_9, t0.partner AS partner_10, t0.indicator AS indicator_11, t0.cost AS cost_12, t0.animation AS animation_13, t0.sector AS sector_14, t0.sage AS sage_15, t0.priority AS priority_16, t0.slug AS slug_17, t0.position AS position_18, t0.alt_image AS alt_image_19, t0.legend_image AS legend_image_20 FROM smbvaaction t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"restauration-de-milieux"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.teasing AS teasing_3, t0.description AS description_4, t0.context AS context_5, t0.filename AS filename_6, t0.objective AS objective_7, t0.public AS public_8, t0.holder AS holder_9, t0.partner AS partner_10, t0.indicator AS indicator_11, t0.cost AS cost_12, t0.animation AS animation_13, t0.sector AS sector_14, t0.sage AS sage_15, t0.priority AS priority_16, t0.slug AS slug_17, t0.position AS position_18, t0.alt_image AS alt_image_19, t0.legend_image AS legend_image_20 FROM smbvaaction t0 WHERE t0.slug = 'restauration-de-milieux' LIMIT 1;
|
4 |
7.76 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.filename AS filename_6, t0.smbvaaction_id AS smbvaaction_id_7 FROM action_step t0 WHERE t0.smbvaaction_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.filename AS filename_6, t0.smbvaaction_id AS smbvaaction_id_7 FROM action_step t0 WHERE t0.smbvaaction_id = 11;
|