Hi there
I have a database I want to add foreign keys using this:
ALTER TABLE tblProduct ADD FOREIGN KEY (fldProductCatID) REFERENCES tblProductCat(fldProductCatID)
I am using phpMyAdmin to do the query.
My question is:
When I export the exisitng schema will I see the foreign key query in with the 'Create Table' query?
Cheers
Richard









Bookmarks