jbroder
02-04-2000, 03:55 PM
I am developing a database with multiple tables. I was make
an auto_increment id for each table as the primary key.
I put the primary key from one table into another table as a foreign key, but I haven't been telling mySQL it is a foreign key. Should I go back and fix this so that all foreign keys are explicit?
Until yesterday I didn't know I could make the explicit.
Thanks for any guidance.
Jon
an auto_increment id for each table as the primary key.
I put the primary key from one table into another table as a foreign key, but I haven't been telling mySQL it is a foreign key. Should I go back and fix this so that all foreign keys are explicit?
Until yesterday I didn't know I could make the explicit.
Thanks for any guidance.
Jon