Ok. Let me see if I understood correctly, is your structure like this?
customer (v) - mobile, name, customer_id, email_id, location, created_date, etc... billing(v) - invoice_no, created_date, gross_value, is_deleted, etc.. activity(v) - created_date, is_deleted, etc.. store (v) - name, location, created_date, etc.. EDGES: customer -- customer_has_billing --> billing customer -- customer_has_activity --> acitivity store -- store_has_billing --> billing store -- store_has_customer --> customer which relationship 'customer_has_membership' is? Thanks in advance. Regards, Michela -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
