You could try playing around with primary_key() to set the primary key for the given table as well as adjusting foreign_key in your has_one relationships to point to that primary key. Not sure if that will get you into trouble or not
You could try playing around with primary_key() to set the primary key for the given table as well as adjusting foreign_key in your has_one relationships to point to that primary key. Not sure if that will get you into trouble or not