SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'empresas';
0.4ms
#3
debug
SHOW COLUMNS FROM `empresas`;
0.9ms
#4
debug
SELECT * FROM empresas ORDER BY nombre ASC
0.7ms
#5
debug
SHOW COLUMNS FROM `pages`;
1.0ms
#6
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'pages';
0.4ms
#7
debug
SHOW COLUMNS FROM `pages`;
0.7ms
#8
debug
SELECT * FROM pages WHERE `showonmenu` = TRUE ORDER BY lower(menu) ASC, lower(submenu) ASC, ordernum ASC, lower(title) ASC
0.6ms
#9
debug
SHOW COLUMNS FROM `roles_users`;
0.7ms
#10
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'roles_users';
0.3ms
#11
debug
SHOW COLUMNS FROM `roles_users`;
0.8ms
#12
debug
SELECT * FROM roles_users WHERE `nick` IS NULL
0.2ms
#13
debug
SELECT * FROM pages WHERE name = 'Dashboard' LIMIT 1 OFFSET 0;