1 |
0.83 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.area AS area_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.last_updated_at AS last_updated_at_7, t0.short_description AS short_description_8, t0.other AS other_9, t0.is_published AS is_published_10, t0.published_at AS published_at_11, t0.min_duration AS min_duration_12, t0.max_duration AS max_duration_13, t0.duration_units AS duration_units_14, t0.area_units AS area_units_15, t0.map_drawing_data AS map_drawing_data_16, t0.status AS status_17, t0.farmer_id AS farmer_id_18, t0.pricing_id AS pricing_id_19, t0.address_id AS address_id_20 FROM listing t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"eukaliptus"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.area AS area_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.last_updated_at AS last_updated_at_7, t0.short_description AS short_description_8, t0.other AS other_9, t0.is_published AS is_published_10, t0.published_at AS published_at_11, t0.min_duration AS min_duration_12, t0.max_duration AS max_duration_13, t0.duration_units AS duration_units_14, t0.area_units AS area_units_15, t0.map_drawing_data AS map_drawing_data_16, t0.status AS status_17, t0.farmer_id AS farmer_id_18, t0.pricing_id AS pricing_id_19, t0.address_id AS address_id_20 FROM listing t0 WHERE t0.slug = 'eukaliptus' LIMIT 1;
|
2 |
0.66 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.category_id AS category_id_6 FROM produce t0 INNER JOIN listing_produce ON t0.id = listing_produce.produce_id WHERE listing_produce.listing_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.category_id AS category_id_6 FROM produce t0 INNER JOIN listing_produce ON t0.id = listing_produce.produce_id WHERE listing_produce.listing_id = 301;
|
3 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4 FROM produce_category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4 FROM produce_category t0 WHERE t0.id = 26;
|
4 |
0.90 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4 FROM produce_category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4 FROM produce_category t0 WHERE t0.id = 27;
|
5 |
0.63 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4 FROM produce_category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4 FROM produce_category t0 WHERE t0.id = 30;
|
6 |
0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4 FROM produce_category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4 FROM produce_category t0 WHERE t0.id = 35;
|
7 |
0.72 ms |
SELECT t0.id AS id_1, t0.tagline AS tagline_2, t0.profile_status AS profile_status_3, t0.is_verified AS is_verified_4, t0.biography AS biography_5, t0.socials AS socials_6, t0.rating AS rating_7, t0.created_at AS created_at_8, t0.last_updated_at AS last_updated_at_9, t0.user_id AS user_id_10 FROM farmer_profile t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.tagline AS tagline_2, t0.profile_status AS profile_status_3, t0.is_verified AS is_verified_4, t0.biography AS biography_5, t0.socials AS socials_6, t0.rating AS rating_7, t0.created_at AS created_at_8, t0.last_updated_at AS last_updated_at_9, t0.user_id AS user_id_10 FROM farmer_profile t0 WHERE t0.id = 125;
|
8 |
0.80 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.is_provider AS is_provider_6, t0.name AS name_7, t0.alias AS alias_8, t0.slug AS slug_9, t0.created_at AS created_at_10, t0.last_updated_at AS last_updated_at_11, t0.phone AS phone_12, t0.avatar AS avatar_13, t14.id AS id_15, t14.tagline AS tagline_16, t14.profile_status AS profile_status_17, t14.is_verified AS is_verified_18, t14.biography AS biography_19, t14.socials AS socials_20, t14.rating AS rating_21, t14.created_at AS created_at_22, t14.last_updated_at AS last_updated_at_23, t14.user_id AS user_id_24 FROM user t0 LEFT JOIN farmer_profile t14 ON t14.user_id = t0.id 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.is_provider AS is_provider_6, t0.name AS name_7, t0.alias AS alias_8, t0.slug AS slug_9, t0.created_at AS created_at_10, t0.last_updated_at AS last_updated_at_11, t0.phone AS phone_12, t0.avatar AS avatar_13, t14.id AS id_15, t14.tagline AS tagline_16, t14.profile_status AS profile_status_17, t14.is_verified AS is_verified_18, t14.biography AS biography_19, t14.socials AS socials_20, t14.rating AS rating_21, t14.created_at AS created_at_22, t14.last_updated_at AS last_updated_at_23, t14.user_id AS user_id_24 FROM user t0 LEFT JOIN farmer_profile t14 ON t14.user_id = t0.id WHERE t0.id = 431;
|
9 |
0.43 ms |
SELECT t0.id AS id_1, t0.uri AS uri_2, t0.type AS type_3, t0.created_at AS created_at_4, t0.listing_id AS listing_id_5 FROM media t0 WHERE t0.listing_id = ?
SELECT t0.id AS id_1, t0.uri AS uri_2, t0.type AS type_3, t0.created_at AS created_at_4, t0.listing_id AS listing_id_5 FROM media t0 WHERE t0.listing_id = 301;
|
10 |
0.64 ms |
SELECT t0.id AS id_1, t0.country AS country_2, t0.region AS region_3, t0.city AS city_4, t0.address_line1 AS address_line1_5, t0.address_line2 AS address_line2_6, t0.postal_code AS postal_code_7, t0.is_primary AS is_primary_8, t0.type AS type_9, t0.user_id AS user_id_10 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.country AS country_2, t0.region AS region_3, t0.city AS city_4, t0.address_line1 AS address_line1_5, t0.address_line2 AS address_line2_6, t0.postal_code AS postal_code_7, t0.is_primary AS is_primary_8, t0.type AS type_9, t0.user_id AS user_id_10 FROM address t0 WHERE t0.id = 1;
|
11 |
0.82 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.description AS description_4 FROM listing_feature t0 INNER JOIN listing_feature_listing ON t0.id = listing_feature_listing.listing_feature_id WHERE listing_feature_listing.listing_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.description AS description_4 FROM listing_feature t0 INNER JOIN listing_feature_listing ON t0.id = listing_feature_listing.listing_feature_id WHERE listing_feature_listing.listing_id = 301;
|
12 |
0.46 ms |
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.price AS price_3, t0.currency AS currency_4, t0.model_id AS model_id_5 FROM pricing t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.price AS price_3, t0.currency AS currency_4, t0.model_id AS model_id_5 FROM pricing t0 WHERE t0.id = 303;
|
13 |
0.50 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4 FROM pricing_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4 FROM pricing_model t0 WHERE t0.id = 18;
|