SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'pages';
↑+1ms
#4
debug
SHOW COLUMNS FROM `empresas`;
↑+4ms
#5
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'empresas';
↑+1ms
#6
debug
SELECT * FROM empresas
↑+4ms
#7
debug
SHOW COLUMNS FROM `attached_files`;
↑+4ms
#8
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'attached_files';
↑+1ms
#9
debug
SELECT * FROM attached_files WHERE idfile = '1' LIMIT 1 OFFSET 0;