Hello,
How columns should be names to allow a many-to-many relationship when the same table is referenced, for example
table customer(id)
table customer_customer(id, customer_id, other_customer_id, other_data)
how the other_customer_id should be named to be respect compliant?