It looks like the only extra feature table contact_attributes provides over table organization_contacts is the optional addition of a JSON attribute field for an "organization contact". That could just as well be introduced as a column attribute of type JSON (optionally NULL) in table organization_contacts.
It looks like the only extra feature table
contact_attributes
provides over tableorganization_contacts
is the optional addition of a JSON attribute field for an "organization contact". That could just as well be introduced as a columnattribute
of typeJSON
(optionallyNULL
) in tableorganization_contacts
.