I need a table which has two columns:
First column have an ID Second column have an ID to.
like two person who are friend then first's ID in first and second's ID in second but
if I need to check the first user's friend then I need to check by two condition
check the friend by first column
check the friend by second column
What would be the best way to create this structure.