Subject | FK constraint and value Other |
---|---|
Author | Newbie |
Post date | 2012-06-21T21:34:55Z |
I have one to many relation in tables:
car_make
car_model
and then table car having 1 to many relations from both.
how to best implement value "Other" for car_model? I could insert Other
under each make, but don't like repeating. Is there any other way to be
able to let user choose Other without running into foreign key violation?
car_make
car_model
and then table car having 1 to many relations from both.
how to best implement value "Other" for car_model? I could insert Other
under each make, but don't like repeating. Is there any other way to be
able to let user choose Other without running into foreign key violation?