79502012

Date: 2025-03-11 20:19:53
Score: 2.5
Natty:
Report link

I think it depends on if you want your database table to enforce non-nulls and FK constraints. If you don't need your database table to do this kind of enforcement then you aren't breaking any contracts about the integrity or completeness of the rows in a single table. If you want to have your database table do this kind of "checking" then you'd need a second table that allows for "missing-ness" in your draft.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: slee