2.15 ms (18.27%)
2
SELECT TABLE_NAME
FROM information_schema . TABLES
WHERE TABLE_SCHEMA = ?
AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters :
[
"ichron_dev "
]
SELECT TABLE_NAME
FROM information_schema . TABLES
WHERE TABLE_SCHEMA = 'ichron_dev'
AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME ;
Copy
1.92 ms (16.36%)
1
SELECT c . COLUMN_NAME AS field ,
IF (
c . COLUMN_TYPE = 'longtext'
AND EXISTS (
SELECT * from information_schema . CHECK_CONSTRAINTS i_c
WHERE i_c . CONSTRAINT_SCHEMA = 'ichron_dev'
AND i_c . TABLE_NAME = c . TABLE_NAME
AND i_c . CHECK_CLAUSE = CONCAT (
'json_valid(`' ,
c . COLUMN_NAME ,
'`)'
)
),
'json' ,
c . COLUMN_TYPE
) AS type ,
c . IS_NULLABLE AS `null` ,
c . COLUMN_KEY AS `key` ,
c . COLUMN_DEFAULT AS `default` ,
c . EXTRA ,
c . COLUMN_COMMENT AS comment ,
c . CHARACTER_SET_NAME AS characterset ,
c . COLLATION_NAME AS collation
FROM information_schema . COLUMNS c
INNER JOIN information_schema . TABLES t
ON t . TABLE_NAME = c . TABLE_NAME
WHERE c . TABLE_SCHEMA = ? AND t . TABLE_SCHEMA = ? AND t . TABLE_TYPE = 'BASE TABLE' AND t . TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters :
[
"ichron_dev "
"ichron_dev "
"doctrine_migration_versions "
]
SELECT c . COLUMN_NAME AS field ,
IF (
c . COLUMN_TYPE = 'longtext'
AND EXISTS (
SELECT * from information_schema . CHECK_CONSTRAINTS i_c
WHERE i_c . CONSTRAINT_SCHEMA = 'ichron_dev'
AND i_c . TABLE_NAME = c . TABLE_NAME
AND i_c . CHECK_CLAUSE = CONCAT (
'json_valid(`' ,
c . COLUMN_NAME ,
'`)'
)
),
'json' ,
c . COLUMN_TYPE
) AS type ,
c . IS_NULLABLE AS `null` ,
c . COLUMN_KEY AS `key` ,
c . COLUMN_DEFAULT AS `default` ,
c . EXTRA ,
c . COLUMN_COMMENT AS comment ,
c . CHARACTER_SET_NAME AS characterset ,
c . COLLATION_NAME AS collation
FROM information_schema . COLUMNS c
INNER JOIN information_schema . TABLES t
ON t . TABLE_NAME = c . TABLE_NAME
WHERE c . TABLE_SCHEMA = 'ichron_dev' AND t . TABLE_SCHEMA = 'ichron_dev' AND t . TABLE_TYPE = 'BASE TABLE' AND t . TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ;
Copy
1.88 ms (15.98%)
1
SELECT DISTINCT k . CONSTRAINT_NAME ,
k . COLUMN_NAME ,
k . REFERENCED_TABLE_NAME ,
k . REFERENCED_COLUMN_NAME ,
k . ORDINAL_POSITION
FROM information_schema . key_column_usage k WHERE k . TABLE_SCHEMA = ? AND k . TABLE_NAME = ? AND k . REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k . ORDINAL_POSITION
Parameters :
[
"ichron_dev "
"doctrine_migration_versions "
]
SELECT DISTINCT k . CONSTRAINT_NAME ,
k . COLUMN_NAME ,
k . REFERENCED_TABLE_NAME ,
k . REFERENCED_COLUMN_NAME ,
k . ORDINAL_POSITION
FROM information_schema . key_column_usage k WHERE k . TABLE_SCHEMA = 'ichron_dev' AND k . TABLE_NAME = 'doctrine_migration_versions' AND k . REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k . ORDINAL_POSITION ;
Copy
1.14 ms (9.68%)
6
SELECT DATABASE ()
1.14 ms (9.65%)
1
SELECT t . TABLE_NAME ,
t . ENGINE ,
t . AUTO_INCREMENT ,
t . TABLE_COMMENT ,
t . CREATE_OPTIONS ,
t . TABLE_COLLATION ,
ccsa . CHARACTER_SET_NAME
FROM information_schema . TABLES t
INNER JOIN information_schema . COLLATION_CHARACTER_SET_APPLICABILITY ccsa
ON ccsa . FULL_COLLATION_NAME = t . TABLE_COLLATION WHERE t . TABLE_SCHEMA = ? AND t . TABLE_NAME = ? AND t . TABLE_TYPE = 'BASE TABLE'
Parameters :
[
"ichron_dev "
"doctrine_migration_versions "
]
SELECT t . TABLE_NAME ,
t . ENGINE ,
t . AUTO_INCREMENT ,
t . TABLE_COMMENT ,
t . CREATE_OPTIONS ,
t . TABLE_COLLATION ,
ccsa . CHARACTER_SET_NAME
FROM information_schema . TABLES t
INNER JOIN information_schema . COLLATION_CHARACTER_SET_APPLICABILITY ccsa
ON ccsa . FULL_COLLATION_NAME = t . TABLE_COLLATION WHERE t . TABLE_SCHEMA = 'ichron_dev' AND t . TABLE_NAME = 'doctrine_migration_versions' AND t . TABLE_TYPE = 'BASE TABLE' ;
Copy
0.98 ms (8.33%)
1
SELECT t0 . id AS id_1 , t0 . nome AS nome_2 , t0 . cognome AS cognome_3 , t0 . username AS username_4 , t0 . password AS password_5 , t0 . email AS email_6 , t0 . sfondo AS sfondo_7 , t0 . risalto AS risalto_8 , t0 . foto AS foto_9 , t0 . preferenze AS preferenze_10 , t0 . timezone AS timezone_11 , t0 . cellulare AS cellulare_12 , t0 . prefisso AS prefisso_13 , t0 . nascondi AS nascondi_14 , t0 . data_eliminazione AS data_eliminazione_15 , t0 . tipologia_id AS tipologia_id_16 , t0 . eliminato_da_id AS eliminato_da_id_17 FROM utente t0 WHERE t0 . username = ? AND ((t0 . data_eliminazione IS NULL )) LIMIT 1
SELECT t0 . id AS id_1 , t0 . nome AS nome_2 , t0 . cognome AS cognome_3 , t0 . username AS username_4 , t0 . password AS password_5 , t0 . email AS email_6 , t0 . sfondo AS sfondo_7 , t0 . risalto AS risalto_8 , t0 . foto AS foto_9 , t0 . preferenze AS preferenze_10 , t0 . timezone AS timezone_11 , t0 . cellulare AS cellulare_12 , t0 . prefisso AS prefisso_13 , t0 . nascondi AS nascondi_14 , t0 . data_eliminazione AS data_eliminazione_15 , t0 . tipologia_id AS tipologia_id_16 , t0 . eliminato_da_id AS eliminato_da_id_17 FROM utente t0 WHERE t0 . username = 'admin' AND ((t0 . data_eliminazione IS NULL )) LIMIT 1 ;
Copy
0.83 ms (7.03%)
2
SELECT c0_ . id AS id_0 , c0_ . titolo AS titolo_1 , c0_ . nome AS nome_2 , c0_ . tipo AS tipo_3 , c0_ . gruppo AS gruppo_4 , c0_ . predefinito AS predefinito_5 , c0_ . valore AS valore_6 , c0_ . obbligatorio AS obbligatorio_7 , c0_ . descrizione AS descrizione_8 , c0_ . ordine AS ordine_9 , c0_ . data_eliminazione AS data_eliminazione_10 , c0_ . eliminato_da_id AS eliminato_da_id_11 FROM configurazione c0_ WHERE (c0_ . nome = ? ) AND (c0_ . data_eliminazione IS NULL )
Parameters :
[
"white_black_list "
]
SELECT c0_ . id AS id_0 , c0_ . titolo AS titolo_1 , c0_ . nome AS nome_2 , c0_ . tipo AS tipo_3 , c0_ . gruppo AS gruppo_4 , c0_ . predefinito AS predefinito_5 , c0_ . valore AS valore_6 , c0_ . obbligatorio AS obbligatorio_7 , c0_ . descrizione AS descrizione_8 , c0_ . ordine AS ordine_9 , c0_ . data_eliminazione AS data_eliminazione_10 , c0_ . eliminato_da_id AS eliminato_da_id_11 FROM configurazione c0_ WHERE (c0_ . nome = 'white_black_list' ) AND (c0_ . data_eliminazione IS NULL );
Copy
0.58 ms (4.89%)
1
SELECT t0 . id AS id_1 , t0 . id_dispositivo AS id_dispositivo_2 , t0 . info AS info_3 , t0 . token AS token_4 , t0 . tablet AS tablet_5 , t0 . notifiche AS notifiche_6 , t0 . penna AS penna_7 , t0 . data_eliminazione AS data_eliminazione_8 , t0 . utente_id AS utente_id_9 FROM dispositivi t0 WHERE t0 . utente_id = ? AND t0 . id_dispositivo = ? AND ((t0 . data_eliminazione IS NULL )) LIMIT 1
Parameters :
[
1
"3cb78a8d-69fb-433d-b9a6-86ca1fb2ab50 "
]
SELECT t0 . id AS id_1 , t0 . id_dispositivo AS id_dispositivo_2 , t0 . info AS info_3 , t0 . token AS token_4 , t0 . tablet AS tablet_5 , t0 . notifiche AS notifiche_6 , t0 . penna AS penna_7 , t0 . data_eliminazione AS data_eliminazione_8 , t0 . utente_id AS utente_id_9 FROM dispositivi t0 WHERE t0 . utente_id = 1 AND t0 . id_dispositivo = '3cb78a8d-69fb-433d-b9a6-86ca1fb2ab50' AND ((t0 . data_eliminazione IS NULL )) LIMIT 1 ;
Copy
0.50 ms (4.24%)
2
SELECT t0 . id AS id_1 , t0 . ip AS ip_2 , t0 . data_eliminazione AS data_eliminazione_3 , t0 . eliminato_da_id AS eliminato_da_id_4 FROM white_black_list t0 WHERE ((t0 . data_eliminazione IS NULL ))
SELECT t0 . id AS id_1 , t0 . ip AS ip_2 , t0 . data_eliminazione AS data_eliminazione_3 , t0 . eliminato_da_id AS eliminato_da_id_4 FROM white_black_list t0 WHERE ((t0 . data_eliminazione IS NULL ));
Copy
0.35 ms (2.97%)
1
SELECT * FROM doctrine_migration_versions
SELECT * FROM doctrine_migration_versions ;
Copy
0.31 ms (2.60%)
1
SELECT NON_UNIQUE AS Non_Unique ,
INDEX_NAME AS Key_name ,
COLUMN_NAME AS Column_Name ,
SUB_PART AS Sub_Part ,
INDEX_TYPE AS Index_Type
FROM information_schema . STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters :
[
"ichron_dev "
"doctrine_migration_versions "
]
SELECT NON_UNIQUE AS Non_Unique ,
INDEX_NAME AS Key_name ,
COLUMN_NAME AS Column_Name ,
SUB_PART AS Sub_Part ,
INDEX_TYPE AS Index_Type
FROM information_schema . STATISTICS WHERE TABLE_SCHEMA = 'ichron_dev' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY SEQ_IN_INDEX ;
Copy