Level 37
I guess this is what you are looking for, if I understood you correctly
houses
id - integer
orders
id - integer
addresses
id - integer
addressable
address_id - integer
addressable_id - integer
addressable_type - string
So this way you can a single address associated with multiple houses and orders.
I highly recommend going through the example of the documentation stated above.
1 like