Subject FK constraint and value Other
Author Newbie
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?