FacturaScripts es un software libre de contabilidad, facturación y CRM.
No dudes en consultar la web oficial o las cuentas de facebook, twitter o youtube.
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'settings';
1ms
#3
debug
SHOW COLUMNS FROM `settings`;
0ms
#4
debug
SELECT * FROM settings LIMIT 50 OFFSET 0;
1ms
#5
debug
SHOW COLUMNS FROM `users`;
2ms
#6
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'users';
1ms
#7
debug
SHOW COLUMNS FROM `users`;
23ms
#8
debug
SHOW COLUMNS FROM `pages`;
1ms
#9
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'pages';
1ms
#10
debug
SHOW COLUMNS FROM `pages`;
20ms
#11
debug
SHOW COLUMNS FROM `empresas`;
4ms
#12
debug
SELECT CONSTRAINT_NAME as name, CONSTRAINT_TYPE as type FROM information_schema.table_constraints WHERE table_schema = schema() AND table_name = 'empresas';
1ms
#13
debug
SHOW COLUMNS FROM `empresas`;
0ms
#14
debug
SELECT * FROM empresas WHERE idempresa = '1' LIMIT 1 OFFSET 0;