I have several tables which I want to reference to a particular table tools
. I have multiple foreign keys assigned to this table. Some times, these foreign keys may not have values but sometimes they do.
I want to know if it is possible for a column be nullable
, unsigned
and a foreignkey
at the same time? Am I sounding sensible or am I completely wrong? Just for the information, I'm using MySQL if it is platform dependent.