SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'settings';
0.8ms
#3
debug
SHOW INDEXES FROM settings;
0.2ms
#4
debug
SHOW COLUMNS FROM `settings`;
0.5ms
#5
debug
SELECT * FROM `settings`
1.2ms
#6
debug
SHOW COLUMNS FROM `empresas`;
1.6ms
#7
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'empresas';