0

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.

user1012181
  • 8,648
  • 10
  • 64
  • 106

1 Answers1

0

Shouldn't be a problem to do so. Are you getting any errors when you try?

Erik
  • 3,598
  • 14
  • 29