Null Values in child column of ForeignKeyConstraint

  • Thread starter Thread starter George Plummer
  • Start date Start date
G

George Plummer

My child column of a ForeignKeyConstraint is allowed to be null, however it
is throwing an error.
Is there a way of allowing null values in constraints?
 
I get a getting a ForeignKeyConstraints error.

Is there away that you can make null values acceptable in the child table of
a foreignkeyconstraint?

Thanks.
 
Back
Top