I have this type of entity...Company with 'n' Service and Company with 'n' Container with 'n' Service...Company(id_s) -> Service(id_s, uuid_c)...Company(id_s) -> Container(uuid_c) -> Service(id_s, uuid_c)...When I add a service, with container, to company...