se faccio le verifche sul gesionale mi da i seguenti errori che non riesco a risolvere, dove i primi 3 porta degli errori di sintassi
in_interventi
Foreign keys Soluzione
in_interventi_ibfk_3 ALTER TABLE in_interventi ADD CONSTRAINT in_interventi_ibfk_3 FOREIGN KEY () REFERENCES () ON DELETE ON UPDATE ;
in_interventi_ibfk_4 ALTER TABLE in_interventi ADD CONSTRAINT in_interventi_ibfk_4 FOREIGN KEY () REFERENCES (
) ON DELETE ON UPDATE ;
in_interventi_ibfk_7 ALTER TABLE in_interventi ADD CONSTRAINT in_interventi_ibfk_7 FOREIGN KEY () REFERENCES (``) ON DELETE ON UPDATE ;
#1064 - Errore di sintassi nella query SQL vicino a ') REFERENCES (``) ON DELETE ON UPDATE' linea 1
em_print_template
Foreign keys Soluzione
em_print_template_ibfk_1 ALTER TABLE em_print_template
ADD FOREIGN KEY (em_print_template_ibfk_1
) REFERENCES altra_tabella(id) ON DELETE
invece per l'ultima mi dice:
Errore di sintassi nella query SQL vicino a '' linea 1