1
0.55 ms
SELECT t0 . id AS id_1 , t0 . gateway AS gateway_2 , t0 . client_id AS client_id_3 , t0 . secret_key AS secret_key_4 , t0 . public_key AS public_key_5 , t0 . webhook_secret AS webhook_secret_6 , t0 . is_production AS is_production_7 , t0 . is_active AS is_active_8 , t0 . logo AS logo_9 , t0 . additional_config AS additional_config_10 FROM payment_gateway_config t0 WHERE t0 . gateway = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . gateway AS gateway_2 , t0 . client_id AS client_id_3 , t0 . secret_key AS secret_key_4 , t0 . public_key AS public_key_5 , t0 . webhook_secret AS webhook_secret_6 , t0 . is_production AS is_production_7 , t0 . is_active AS is_active_8 , t0 . logo AS logo_9 , t0 . additional_config AS additional_config_10 FROM payment_gateway_config t0 WHERE t0 . gateway = 'paypal' LIMIT 1 ;
Copy
2
0.26 ms
SELECT t0 . id AS id_1 , t0 . gateway AS gateway_2 , t0 . client_id AS client_id_3 , t0 . secret_key AS secret_key_4 , t0 . public_key AS public_key_5 , t0 . webhook_secret AS webhook_secret_6 , t0 . is_production AS is_production_7 , t0 . is_active AS is_active_8 , t0 . logo AS logo_9 , t0 . additional_config AS additional_config_10 FROM payment_gateway_config t0 WHERE t0 . gateway = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . gateway AS gateway_2 , t0 . client_id AS client_id_3 , t0 . secret_key AS secret_key_4 , t0 . public_key AS public_key_5 , t0 . webhook_secret AS webhook_secret_6 , t0 . is_production AS is_production_7 , t0 . is_active AS is_active_8 , t0 . logo AS logo_9 , t0 . additional_config AS additional_config_10 FROM payment_gateway_config t0 WHERE t0 . gateway = 'paypal' LIMIT 1 ;
Copy
3
0.25 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . image AS image_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . user_id AS user_id_6 , t0 . parent_id AS parent_id_7 , t0 . category_id AS category_id_8 FROM category t0
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . image AS image_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . user_id AS user_id_6 , t0 . parent_id AS parent_id_7 , t0 . category_id AS category_id_8 FROM category t0 ;
Copy
4
0.19 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . content AS content_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . is_active AS is_active_6 , t0 . slug AS slug_7 FROM policy t0
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . content AS content_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . is_active AS is_active_6 , t0 . slug AS slug_7 FROM policy t0 ;
Copy