| 1 |
0.88 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.cpf AS cpf_4, t0.avatar AS avatar_5, t0.token AS token_6, t0.firebase_token AS firebase_token_7, t0.os AS os_8, t0.initial AS initial_9, t0.active AS active_10, t0.can_register AS can_register_11, t0.did_register AS did_register_12, t0.salt_pass AS salt_pass_13, t0.salt_pass_expires_at AS salt_pass_expires_at_14, t0.token_expire_at AS token_expire_at_15, t0.firebase_expire_at AS firebase_expire_at_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.last_login AS last_login_19, t0.roles AS roles_20, t0.password AS password_21 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.cpf AS cpf_4, t0.avatar AS avatar_5, t0.token AS token_6, t0.firebase_token AS firebase_token_7, t0.os AS os_8, t0.initial AS initial_9, t0.active AS active_10, t0.can_register AS can_register_11, t0.did_register AS did_register_12, t0.salt_pass AS salt_pass_13, t0.salt_pass_expires_at AS salt_pass_expires_at_14, t0.token_expire_at AS token_expire_at_15, t0.firebase_expire_at AS firebase_expire_at_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.last_login AS last_login_19, t0.roles AS roles_20, t0.password AS password_21 FROM user t0 WHERE t0.id = 1;
|
| 2 |
0.75 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.name AS name_3, t0.sku AS sku_4, t0.barcode AS barcode_5, t0.qrcode AS qrcode_6, t0.thumb AS thumb_7, t0.description AS description_8, t0.type AS type_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.active AS active_12 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.position AS position_2, t0.name AS name_3, t0.sku AS sku_4, t0.barcode AS barcode_5, t0.qrcode AS qrcode_6, t0.thumb AS thumb_7, t0.description AS description_8, t0.type AS type_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.active AS active_12 FROM product t0 WHERE t0.id = '1';
|
| 3 |
2.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.retail AS retail_4, t0.distributor AS distributor_5, t0.cnpj AS cnpj_6, t0.static_map AS static_map_7, t0.address AS address_8, t0.number AS number_9, t0.zip_code AS zip_code_10, t0.neighborhood AS neighborhood_11, t0.city AS city_12, t0.state AS state_13, t0.country AS country_14, t0.lat AS lat_15, t0.lng AS lng_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.active AS active_19, t0.client_id AS client_id_20 FROM pdv t0 INNER JOIN pdv_products ON t0.id = pdv_products.pdv_id WHERE pdv_products.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.retail AS retail_4, t0.distributor AS distributor_5, t0.cnpj AS cnpj_6, t0.static_map AS static_map_7, t0.address AS address_8, t0.number AS number_9, t0.zip_code AS zip_code_10, t0.neighborhood AS neighborhood_11, t0.city AS city_12, t0.state AS state_13, t0.country AS country_14, t0.lat AS lat_15, t0.lng AS lng_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.active AS active_19, t0.client_id AS client_id_20 FROM pdv t0 INNER JOIN pdv_products ON t0.id = pdv_products.pdv_id WHERE pdv_products.product_id = 1;
|
| 4 |
2.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.reseller AS reseller_3, t0.thumb AS thumb_4, t0.thumb_link AS thumb_link_5, t0.sku AS sku_6, t0.ean AS ean_7, t0.value AS value_8, t0.active AS active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM product_mix t0 INNER JOIN products_mixes ON t0.id = products_mixes.product_mix_id WHERE products_mixes.product_id = ? ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.reseller AS reseller_3, t0.thumb AS thumb_4, t0.thumb_link AS thumb_link_5, t0.sku AS sku_6, t0.ean AS ean_7, t0.value AS value_8, t0.active AS active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM product_mix t0 INNER JOIN products_mixes ON t0.id = products_mixes.product_mix_id WHERE products_mixes.product_id = 1 ORDER BY t0.name ASC;
|
| 5 |
1.92 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.text AS text_3, t0.description AS description_4, t0.type AS type_5, t0.answer_type AS answer_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.required_id AS required_id_9, t0.required AS required_10, t0.active AS active_11, t0.replicable AS replicable_12 FROM product_indicator t0 INNER JOIN products_indicators ON t0.id = products_indicators.product_indicator_id WHERE products_indicators.product_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.position AS position_2, t0.text AS text_3, t0.description AS description_4, t0.type AS type_5, t0.answer_type AS answer_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.required_id AS required_id_9, t0.required AS required_10, t0.active AS active_11, t0.replicable AS replicable_12 FROM product_indicator t0 INNER JOIN products_indicators ON t0.id = products_indicators.product_indicator_id WHERE products_indicators.product_id = 1 ORDER BY t0.position ASC;
|
| 6 |
1.19 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.retail AS retail_3, p0_.distributor AS distributor_4, p0_.cnpj AS cnpj_5, p0_.static_map AS static_map_6, p0_.address AS address_7, p0_.number AS number_8, p0_.zip_code AS zip_code_9, p0_.neighborhood AS neighborhood_10, p0_.city AS city_11, p0_.state AS state_12, p0_.country AS country_13, p0_.lat AS lat_14, p0_.lng AS lng_15, p0_.created_at AS created_at_16, p0_.updated_at AS updated_at_17, p0_.active AS active_18, p0_.client_id AS client_id_19 FROM pdv p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"1"
"2"
"4"
"5"
"6"
"7"
"8"
"9"
"10"
"11"
"12"
"13"
"14"
"15"
"16"
"17"
"18"
"19"
"20"
"21"
"22"
"23"
"24"
"25"
"26"
"27"
"28"
"29"
"30"
"31"
"32"
"33"
"34"
"35"
"36"
"37"
"38"
"39"
"40"
"41"
"42"
"43"
"44"
"45"
"46"
"47"
"48"
"49"
"50"
"51"
"52"
"53"
"54"
"55"
"56"
"57"
"58"
"59"
"60"
"61"
"62"
"63"
"64"
"65"
"66"
"67"
"68"
"69"
"70"
"71"
"72"
]
SELECT
p0_.id AS id_0,
p0_.name AS name_1,
p0_.type AS type_2,
p0_.retail AS retail_3,
p0_.distributor AS distributor_4,
p0_.cnpj AS cnpj_5,
p0_.static_map AS static_map_6,
p0_.address AS address_7,
p0_.number AS number_8,
p0_.zip_code AS zip_code_9,
p0_.neighborhood AS neighborhood_10,
p0_.city AS city_11,
p0_.state AS state_12,
p0_.country AS country_13,
p0_.lat AS lat_14,
p0_.lng AS lng_15,
p0_.created_at AS created_at_16,
p0_.updated_at AS updated_at_17,
p0_.active AS active_18,
p0_.client_id AS client_id_19
FROM
pdv p0_
WHERE
p0_.id IN (
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?
)
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.retail AS retail_3, p0_.distributor AS distributor_4, p0_.cnpj AS cnpj_5, p0_.static_map AS static_map_6, p0_.address AS address_7, p0_.number AS number_8, p0_.zip_code AS zip_code_9, p0_.neighborhood AS neighborhood_10, p0_.city AS city_11, p0_.state AS state_12, p0_.country AS country_13, p0_.lat AS lat_14, p0_.lng AS lng_15, p0_.created_at AS created_at_16, p0_.updated_at AS updated_at_17, p0_.active AS active_18, p0_.client_id AS client_id_19 FROM pdv p0_ WHERE p0_.id IN ('1', '2', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72');
|
| 7 |
0.80 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.retail AS retail_3, p0_.distributor AS distributor_4, p0_.cnpj AS cnpj_5, p0_.static_map AS static_map_6, p0_.address AS address_7, p0_.number AS number_8, p0_.zip_code AS zip_code_9, p0_.neighborhood AS neighborhood_10, p0_.city AS city_11, p0_.state AS state_12, p0_.country AS country_13, p0_.lat AS lat_14, p0_.lng AS lng_15, p0_.created_at AS created_at_16, p0_.updated_at AS updated_at_17, p0_.active AS active_18, p0_.client_id AS client_id_19 FROM pdv p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"1"
"2"
"4"
"5"
"6"
"7"
"8"
"9"
"10"
"11"
"12"
"13"
"14"
"15"
"16"
"17"
"18"
"19"
"20"
"21"
"22"
"23"
"24"
"25"
"26"
"27"
"28"
"29"
"30"
"31"
"32"
"33"
"34"
"35"
"36"
"37"
"38"
"39"
"40"
"41"
"42"
"43"
"44"
"45"
"46"
"47"
"48"
"49"
"50"
"51"
"52"
"53"
"54"
"55"
"56"
"57"
"58"
"59"
"60"
"61"
"62"
"63"
"64"
"65"
"66"
"67"
"68"
"69"
"70"
"71"
"72"
]
SELECT
p0_.id AS id_0,
p0_.name AS name_1,
p0_.type AS type_2,
p0_.retail AS retail_3,
p0_.distributor AS distributor_4,
p0_.cnpj AS cnpj_5,
p0_.static_map AS static_map_6,
p0_.address AS address_7,
p0_.number AS number_8,
p0_.zip_code AS zip_code_9,
p0_.neighborhood AS neighborhood_10,
p0_.city AS city_11,
p0_.state AS state_12,
p0_.country AS country_13,
p0_.lat AS lat_14,
p0_.lng AS lng_15,
p0_.created_at AS created_at_16,
p0_.updated_at AS updated_at_17,
p0_.active AS active_18,
p0_.client_id AS client_id_19
FROM
pdv p0_
WHERE
p0_.id IN (
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?
)
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.retail AS retail_3, p0_.distributor AS distributor_4, p0_.cnpj AS cnpj_5, p0_.static_map AS static_map_6, p0_.address AS address_7, p0_.number AS number_8, p0_.zip_code AS zip_code_9, p0_.neighborhood AS neighborhood_10, p0_.city AS city_11, p0_.state AS state_12, p0_.country AS country_13, p0_.lat AS lat_14, p0_.lng AS lng_15, p0_.created_at AS created_at_16, p0_.updated_at AS updated_at_17, p0_.active AS active_18, p0_.client_id AS client_id_19 FROM pdv p0_ WHERE p0_.id IN ('1', '2', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72');
|
| 8 |
1.18 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.reseller AS reseller_2, p0_.thumb AS thumb_3, p0_.thumb_link AS thumb_link_4, p0_.sku AS sku_5, p0_.ean AS ean_6, p0_.value AS value_7, p0_.active AS active_8, p0_.created_at AS created_at_9, p0_.updated_at AS updated_at_10 FROM product_mix p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"43"
"44"
"45"
"46"
"47"
"48"
"49"
"50"
"51"
"52"
"53"
"54"
"55"
"56"
"57"
"58"
"59"
"60"
"61"
"62"
"63"
"64"
"65"
"66"
"67"
"68"
"69"
"70"
"71"
"72"
"73"
"74"
"75"
"76"
"77"
"78"
"79"
"80"
"81"
"82"
"83"
"84"
"85"
"86"
"87"
"88"
"89"
"90"
"91"
"92"
"93"
"94"
"95"
"96"
"97"
"98"
"99"
"100"
"101"
"102"
"103"
"104"
"105"
"106"
"107"
"108"
"109"
"110"
"111"
"112"
"113"
"114"
"115"
"116"
"117"
"118"
"119"
"120"
"121"
"122"
"123"
"124"
"125"
"126"
"127"
"128"
"129"
"130"
"131"
"132"
"133"
"134"
"135"
"136"
"137"
"138"
"139"
"140"
"141"
"142"
"143"
"144"
"145"
"146"
"147"
"148"
"149"
"150"
"151"
"152"
"153"
"154"
"155"
"156"
"157"
"158"
]
SELECT
p0_.id AS id_0,
p0_.name AS name_1,
p0_.reseller AS reseller_2,
p0_.thumb AS thumb_3,
p0_.thumb_link AS thumb_link_4,
p0_.sku AS sku_5,
p0_.ean AS ean_6,
p0_.value AS value_7,
p0_.active AS active_8,
p0_.created_at AS created_at_9,
p0_.updated_at AS updated_at_10
FROM
product_mix p0_
WHERE
p0_.id IN (
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?
)
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.reseller AS reseller_2, p0_.thumb AS thumb_3, p0_.thumb_link AS thumb_link_4, p0_.sku AS sku_5, p0_.ean AS ean_6, p0_.value AS value_7, p0_.active AS active_8, p0_.created_at AS created_at_9, p0_.updated_at AS updated_at_10 FROM product_mix p0_ WHERE p0_.id IN ('43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '99', '100', '101', '102', '103', '104', '105', '106', '107', '108', '109', '110', '111', '112', '113', '114', '115', '116', '117', '118', '119', '120', '121', '122', '123', '124', '125', '126', '127', '128', '129', '130', '131', '132', '133', '134', '135', '136', '137', '138', '139', '140', '141', '142', '143', '144', '145', '146', '147', '148', '149', '150', '151', '152', '153', '154', '155', '156', '157', '158');
|
| 9 |
0.90 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.reseller AS reseller_2, p0_.thumb AS thumb_3, p0_.thumb_link AS thumb_link_4, p0_.sku AS sku_5, p0_.ean AS ean_6, p0_.value AS value_7, p0_.active AS active_8, p0_.created_at AS created_at_9, p0_.updated_at AS updated_at_10 FROM product_mix p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"43"
"44"
"45"
"46"
"47"
"48"
"49"
"50"
"51"
"52"
"53"
"54"
"55"
"56"
"57"
"58"
"59"
"60"
"61"
"62"
"63"
"64"
"65"
"66"
"67"
"68"
"69"
"70"
"71"
"72"
"73"
"74"
"75"
"76"
"77"
"78"
"79"
"80"
"81"
"82"
"83"
"84"
"85"
"86"
"87"
"88"
"89"
"90"
"91"
"92"
"93"
"94"
"95"
"96"
"97"
"98"
"99"
"100"
"101"
"102"
"103"
"104"
"105"
"106"
"107"
"108"
"109"
"110"
"111"
"112"
"113"
"114"
"115"
"116"
"117"
"118"
"119"
"120"
"121"
"122"
"123"
"124"
"125"
"126"
"127"
"128"
"129"
"130"
"131"
"132"
"133"
"134"
"135"
"136"
"137"
"138"
"139"
"140"
"141"
"142"
"143"
"144"
"145"
"146"
"147"
"148"
"149"
"150"
"151"
"152"
"153"
"154"
"155"
"156"
"157"
"158"
]
SELECT
p0_.id AS id_0,
p0_.name AS name_1,
p0_.reseller AS reseller_2,
p0_.thumb AS thumb_3,
p0_.thumb_link AS thumb_link_4,
p0_.sku AS sku_5,
p0_.ean AS ean_6,
p0_.value AS value_7,
p0_.active AS active_8,
p0_.created_at AS created_at_9,
p0_.updated_at AS updated_at_10
FROM
product_mix p0_
WHERE
p0_.id IN (
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?
)
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.reseller AS reseller_2, p0_.thumb AS thumb_3, p0_.thumb_link AS thumb_link_4, p0_.sku AS sku_5, p0_.ean AS ean_6, p0_.value AS value_7, p0_.active AS active_8, p0_.created_at AS created_at_9, p0_.updated_at AS updated_at_10 FROM product_mix p0_ WHERE p0_.id IN ('43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '99', '100', '101', '102', '103', '104', '105', '106', '107', '108', '109', '110', '111', '112', '113', '114', '115', '116', '117', '118', '119', '120', '121', '122', '123', '124', '125', '126', '127', '128', '129', '130', '131', '132', '133', '134', '135', '136', '137', '138', '139', '140', '141', '142', '143', '144', '145', '146', '147', '148', '149', '150', '151', '152', '153', '154', '155', '156', '157', '158');
|
| 10 |
0.47 ms |
SELECT p0_.id AS id_0, p0_.position AS position_1, p0_.text AS text_2, p0_.description AS description_3, p0_.type AS type_4, p0_.answer_type AS answer_type_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.required_id AS required_id_8, p0_.required AS required_9, p0_.active AS active_10, p0_.replicable AS replicable_11 FROM product_indicator p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"1"
"2"
"3"
"4"
"5"
"6"
"7"
"16"
"18"
]
SELECT p0_.id AS id_0, p0_.position AS position_1, p0_.text AS text_2, p0_.description AS description_3, p0_.type AS type_4, p0_.answer_type AS answer_type_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.required_id AS required_id_8, p0_.required AS required_9, p0_.active AS active_10, p0_.replicable AS replicable_11 FROM product_indicator p0_ WHERE p0_.id IN ('1', '2', '3', '4', '5', '6', '7', '16', '18');
|
| 11 |
0.30 ms |
SELECT p0_.id AS id_0, p0_.position AS position_1, p0_.text AS text_2, p0_.description AS description_3, p0_.type AS type_4, p0_.answer_type AS answer_type_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.required_id AS required_id_8, p0_.required AS required_9, p0_.active AS active_10, p0_.replicable AS replicable_11 FROM product_indicator p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"1"
"2"
"3"
"4"
"5"
"6"
"7"
"16"
"18"
]
SELECT p0_.id AS id_0, p0_.position AS position_1, p0_.text AS text_2, p0_.description AS description_3, p0_.type AS type_4, p0_.answer_type AS answer_type_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.required_id AS required_id_8, p0_.required AS required_9, p0_.active AS active_10, p0_.replicable AS replicable_11 FROM product_indicator p0_ WHERE p0_.id IN ('1', '2', '3', '4', '5', '6', '7', '16', '18');
|
| 12 |
0.23 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 13 |
0.35 ms |
UPDATE product SET updated_at = ? WHERE id = ?
Parameters: [
"2026-03-12 11:13:31"
1
]
UPDATE product SET updated_at = '2026-03-12 11:13:31' WHERE id = 1;
|
| 14 |
1.16 ms |
INSERT INTO products_indicators (product_id, product_indicator_id) VALUES (?, ?)
INSERT INTO products_indicators (product_id, product_indicator_id) VALUES (1, 18);
|
| 15 |
0.18 ms |
"COMMIT"
|