| 1 |
6.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.phone_number AS phone_number_4, t0.address AS address_5, t0.email AS email_6, t0.country AS country_7, t0.city AS city_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.business_id AS business_id_11 FROM point_of_sale t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.phone_number AS phone_number_4, t0.address AS address_5, t0.email AS email_6, t0.country AS country_7, t0.city AS city_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.business_id AS business_id_11 FROM point_of_sale t0 WHERE t0.id = 54;
|
| 2 |
4.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.phone_number AS phone_number_4, t0.email AS email_5, t0.logo AS logo_6, t0.description_activity_sector AS description_activity_sector_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.user_id AS user_id_10, t0.activity_sector_id AS activity_sector_id_11 FROM business t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.phone_number AS phone_number_4, t0.email AS email_5, t0.logo AS logo_6, t0.description_activity_sector AS description_activity_sector_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.user_id AS user_id_10, t0.activity_sector_id AS activity_sector_id_11 FROM business t0 WHERE t0.id = 75;
|
| 3 |
3.16 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.profil AS profil_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.business_name AS business_name_9, t0.phone_number AS phone_number_10, t0.status_subscription AS status_subscription_11, t0.selected_sale_types AS selected_sale_types_12, t0.reset_token AS reset_token_13, t0.reset_token_expires_at AS reset_token_expires_at_14, t0.is_verified AS is_verified_15, t0.verification_token AS verification_token_16, t0.verification_token_expires_at AS verification_token_expires_at_17, t0.rccm AS rccm_18, t0.identity_document_of_manager AS identity_document_of_manager_19, t0.proof_of_domiciliation AS proof_of_domiciliation_20, t0.address AS address_21, t0.trial_start_date AS trial_start_date_22, t0.parent_id AS parent_id_23, t0.business_type_id AS business_type_id_24 FROM user t0 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.name AS name_5, t0.profil AS profil_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.business_name AS business_name_9, t0.phone_number AS phone_number_10, t0.status_subscription AS status_subscription_11, t0.selected_sale_types AS selected_sale_types_12, t0.reset_token AS reset_token_13, t0.reset_token_expires_at AS reset_token_expires_at_14, t0.is_verified AS is_verified_15, t0.verification_token AS verification_token_16, t0.verification_token_expires_at AS verification_token_expires_at_17, t0.rccm AS rccm_18, t0.identity_document_of_manager AS identity_document_of_manager_19, t0.proof_of_domiciliation AS proof_of_domiciliation_20, t0.address AS address_21, t0.trial_start_date AS trial_start_date_22, t0.parent_id AS parent_id_23, t0.business_type_id AS business_type_id_24 FROM user t0 WHERE t0.id = 78;
|
| 4 |
2.20 ms |
SELECT t0.id AS id_1, t0.start_date AS start_date_2, t0.end_date AS end_date_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.user_id AS user_id_7, t0.pricing_plan_id AS pricing_plan_id_8 FROM subscription t0 WHERE t0.user_id = ?
SELECT t0.id AS id_1, t0.start_date AS start_date_2, t0.end_date AS end_date_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.user_id AS user_id_7, t0.pricing_plan_id AS pricing_plan_id_8 FROM subscription t0 WHERE t0.user_id = 78;
|
| 5 |
1.93 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.price_per_month AS price_per_month_3, t0.price_per_year AS price_per_year_4, t0.type_subscription AS type_subscription_5 FROM pricing_plan t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.price_per_month AS price_per_month_3, t0.price_per_year AS price_per_year_4, t0.type_subscription AS type_subscription_5 FROM pricing_plan t0 WHERE t0.id = 3;
|
| 6 |
1.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.pricing_id AS pricing_id_4, t0.pos_feature_id AS pos_feature_id_5 FROM feature t0 WHERE t0.pricing_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.pricing_id AS pricing_id_4, t0.pos_feature_id AS pos_feature_id_5 FROM feature t0 WHERE t0.pricing_id = 3;
|
| 7 |
2.93 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 32;
|
| 8 |
0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 34;
|
| 9 |
0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 30;
|
| 10 |
0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 35;
|
| 11 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 31;
|
| 12 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 33;
|
| 13 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 39;
|
| 14 |
0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 40;
|
| 15 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 36;
|
| 16 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 37;
|
| 17 |
0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 38;
|
| 18 |
0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 22;
|
| 19 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 23;
|
| 20 |
0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 11;
|
| 21 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 25;
|
| 22 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 26;
|
| 23 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 27;
|
| 24 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 13;
|
| 25 |
0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 14;
|
| 26 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 12;
|
| 27 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 15;
|
| 28 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 18;
|
| 29 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 16;
|
| 30 |
0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 20;
|
| 31 |
0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 17;
|
| 32 |
0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 19;
|
| 33 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 21;
|
| 34 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 24;
|
| 35 |
0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 7;
|
| 36 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 10;
|
| 37 |
0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 8;
|
| 38 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 9;
|
| 39 |
0.13 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 3;
|
| 40 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 5;
|
| 41 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 4;
|
| 42 |
0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 6;
|
| 43 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 28;
|
| 44 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 29;
|
| 45 |
0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 2;
|
| 46 |
0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.category AS category_5 FROM pos_feature t0 WHERE t0.id = 1;
|