I have a table called dogs, and a table called dog food.  In the dogs 
table, the field food is a foreign key referencing the dog food table.  Is 
there any way to make the field in dogs optional?  (I have already tried 
setting default = none, and required = false, both failed).  Thanks for 
your help!

Reply via email to