1 |
0.77 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, t6.id AS id_7, t6.name AS name_8, t6.business_id AS business_id_9, t6.tax_id AS tax_id_10, t6.vat_id AS vat_id_11, t6.address AS address_12, t6.city AS city_13, t6.postal_code AS postal_code_14, t6.country AS country_15, t6.company_description AS company_description_16, t6.auth_id AS auth_id_17, t6.logo_image_id AS logo_image_id_18 FROM auth t0 LEFT JOIN organization t6 ON t6.auth_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, t6.id AS id_7, t6.name AS name_8, t6.business_id AS business_id_9, t6.tax_id AS tax_id_10, t6.vat_id AS vat_id_11, t6.address AS address_12, t6.city AS city_13, t6.postal_code AS postal_code_14, t6.country AS country_15, t6.company_description AS company_description_16, t6.auth_id AS auth_id_17, t6.logo_image_id AS logo_image_id_18 FROM auth t0 LEFT JOIN organization t6 ON t6.auth_id = t0.id WHERE t0.id = 448;
|
2 |
0.73 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone_number AS phone_number_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.job_position AS job_position_6, t0.auth_id AS auth_id_7 FROM user t0 WHERE t0.auth_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone_number AS phone_number_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.job_position AS job_position_6, t0.auth_id AS auth_id_7 FROM user t0 WHERE t0.auth_id = 448 LIMIT 1;
|
3 |
0.94 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.profesia_id AS profesia_id_3, t0.work_industry_id AS work_industry_id_4 FROM work_position t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.profesia_id AS profesia_id_3, t0.work_industry_id AS work_industry_id_4 FROM work_position t0;
|
4 |
0.86 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM employment_type t0
SELECT t0.id AS id_1, t0.name AS name_2 FROM employment_type t0;
|
5 |
3.50 ms |
SELECT t0.id AS id_1, t0.country AS country_2, t0.region AS region_3, t0.district AS district_4, t0.city AS city_5, t0.area AS area_6 FROM location t0
SELECT t0.id AS id_1, t0.country AS country_2, t0.region AS region_3, t0.district AS district_4, t0.city AS city_5, t0.area AS area_6 FROM location t0;
|
6 |
0.77 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.business_id AS business_id_3, t0.tax_id AS tax_id_4, t0.vat_id AS vat_id_5, t0.address AS address_6, t0.city AS city_7, t0.postal_code AS postal_code_8, t0.country AS country_9, t0.company_description AS company_description_10, t0.auth_id AS auth_id_11, t0.logo_image_id AS logo_image_id_12 FROM organization t0 INNER JOIN user_organization ON t0.id = user_organization.organization_id WHERE user_organization.user_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.business_id AS business_id_3, t0.tax_id AS tax_id_4, t0.vat_id AS vat_id_5, t0.address AS address_6, t0.city AS city_7, t0.postal_code AS postal_code_8, t0.country AS country_9, t0.company_description AS company_description_10, t0.auth_id AS auth_id_11, t0.logo_image_id AS logo_image_id_12 FROM organization t0 INNER JOIN user_organization ON t0.id = user_organization.organization_id WHERE user_organization.user_id = 447;
|