dreammelter / agfzb-CloudAppDevelopment_Capstone

Capstone Project for IBM Full Stack Cloud Dev cert on Course Era.
https://tac-x0-dealerapp.us-south.cf.appdomain.cloud
Apache License 2.0
0 stars 1 forks source link

Update CarMake and CarModel model relationship #51

Closed dreammelter closed 3 years ago

dreammelter commented 3 years ago

Switch from M2M to one-to-one. We're gonna need PKs for this, neither of which have one.

_as mentioned in in https://github.com/dreammelter/agfzb-CloudAppDevelopment_Capstone/issues/20#issuecomment-888791878_

dreammelter commented 3 years ago

I think I could've used the default ID to establish the FK relationship, but eh. It works now.