FacturaScripts

Escriba su nombre de usuario y contraseña para iniciar sesión

#1kernel::init8ms
#2plugins::init8ms
#3kernel::run15ms
#1Memory usage1.73mb
#2Memory peak1.76mb
#1debugSHOW COLUMNS FROM `settings`;↑+5ms
#2debugSELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'settings';
#3debugSELECT * FROM settings↑+1ms
#4debugSHOW COLUMNS FROM `empresas`;↑+12ms
#5debugSELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'empresas';
#6debugSELECT * FROM empresas ORDER BY nombre ASC↑+1ms
#7debugSHOW COLUMNS FROM `attached_files`;↑+9ms
#8debugSELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'attached_files';
#9debugSELECT * FROM attached_files WHERE idfile = '96' LIMIT 1 OFFSET 0;↑+1ms
#1debugTabla settings comprobada.
#2debugTabla empresas comprobada.
#3debugTabla attached_files comprobada.