2.56 ms (15.97%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . position AS position_3 , t0 . type AS type_4 , t0 . visibility AS visibility_5 , t0 . choice_list_id AS choice_list_id_6 , t0 . template_id AS template_id_7 , t0 . owner_id AS owner_id_8 FROM koi_field t0 WHERE t0 . template_id = ? AND ((t0 . owner_id = '019c0687-41d4-74e8-8215-d23474287253' )) ORDER BY t0 . position ASC
Parameters :
[
"019c0883-e011-761a-bae7-568f38cb9369 "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . position AS position_3 , t0 . type AS type_4 , t0 . visibility AS visibility_5 , t0 . choice_list_id AS choice_list_id_6 , t0 . template_id AS template_id_7 , t0 . owner_id AS owner_id_8 FROM koi_field t0 WHERE t0 . template_id = '019c0883-e011-761a-bae7-568f38cb9369' AND ((t0 . owner_id = '019c0687-41d4-74e8-8215-d23474287253' )) ORDER BY t0 . position ASC ;
Copy
1.91 ms (11.93%)
1
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . email AS email_3 , t0 . password AS password_4 , t0 . avatar AS avatar_5 , t0 . enabled AS enabled_6 , t0 . roles AS roles_7 , t0 . currency AS currency_8 , t0 . locale AS locale_9 , t0 . timezone AS timezone_10 , t0 . date_format AS date_format_11 , t0 . disk_space_allowed AS disk_space_allowed_12 , t0 . visibility AS visibility_13 , t0 . last_date_of_activity AS last_date_of_activity_14 , t0 . theme AS theme_15 , t0 . wishlists_feature_enabled AS wishlists_feature_enabled_16 , t0 . tags_feature_enabled AS tags_feature_enabled_17 , t0 . signs_feature_enabled AS signs_feature_enabled_18 , t0 . albums_feature_enabled AS albums_feature_enabled_19 , t0 . loans_feature_enabled AS loans_feature_enabled_20 , t0 . templates_feature_enabled AS templates_feature_enabled_21 , t0 . history_feature_enabled AS history_feature_enabled_22 , t0 . statistics_feature_enabled AS statistics_feature_enabled_23 , t0 . scraping_feature_enabled AS scraping_feature_enabled_24 , t0 . search_in_data_by_default_enabled AS search_in_data_by_default_enabled_25 , t0 . display_items_name_in_grid_view AS display_items_name_in_grid_view_26 , t0 . search_results_display_mode AS search_results_display_mode_27 , t0 . created_at AS created_at_28 , t0 . updated_at AS updated_at_29 , t0 . collections_display_configuration_id AS collections_display_configuration_id_48 , t0 . wishlists_display_configuration_id AS wishlists_display_configuration_id_49 , t0 . albums_display_configuration_id AS albums_display_configuration_id_50 FROM koi_user t0 WHERE t0 . id = ?
Parameters :
[
"019c0687-41d4-74e8-8215-d23474287253 "
]
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . email AS email_3 , t0 . password AS password_4 , t0 . avatar AS avatar_5 , t0 . enabled AS enabled_6 , t0 . roles AS roles_7 , t0 . currency AS currency_8 , t0 . locale AS locale_9 , t0 . timezone AS timezone_10 , t0 . date_format AS date_format_11 , t0 . disk_space_allowed AS disk_space_allowed_12 , t0 . visibility AS visibility_13 , t0 . last_date_of_activity AS last_date_of_activity_14 , t0 . theme AS theme_15 , t0 . wishlists_feature_enabled AS wishlists_feature_enabled_16 , t0 . tags_feature_enabled AS tags_feature_enabled_17 , t0 . signs_feature_enabled AS signs_feature_enabled_18 , t0 . albums_feature_enabled AS albums_feature_enabled_19 , t0 . loans_feature_enabled AS loans_feature_enabled_20 , t0 . templates_feature_enabled AS templates_feature_enabled_21 , t0 . history_feature_enabled AS history_feature_enabled_22 , t0 . statistics_feature_enabled AS statistics_feature_enabled_23 , t0 . scraping_feature_enabled AS scraping_feature_enabled_24 , t0 . search_in_data_by_default_enabled AS search_in_data_by_default_enabled_25 , t0 . display_items_name_in_grid_view AS display_items_name_in_grid_view_26 , t0 . search_results_display_mode AS search_results_display_mode_27 , t0 . created_at AS created_at_28 , t0 . updated_at AS updated_at_29 , t0 . collections_display_configuration_id AS collections_display_configuration_id_48 , t0 . wishlists_display_configuration_id AS wishlists_display_configuration_id_49 , t0 . albums_display_configuration_id AS albums_display_configuration_id_50 FROM koi_user t0 WHERE t0 . id = '019c0687-41d4-74e8-8215-d23474287253' ;
Copy