This PR introduces a feature that allows overriding the Address and Contact model which let's users define custom functionality and implementations on these models. This ensures more flexibility in case of modifying migrations / adding columns / changing query behaviour, etc.
This PR introduces a feature that allows overriding the
Address
andContact
model which let's users define custom functionality and implementations on these models. This ensures more flexibility in case of modifying migrations / adding columns / changing query behaviour, etc.