Copy link to clipboard
Copied
using cf9 orm how can I have a table relate to itself, so you have user tbl and friends tbl, which ties 2 users together. How do I do that in ORM
Copy link to clipboard
Copied
Let me explaing better:
Users Tbl
UserID
Name
Blah
Blah
Friends Tbl
friendID
userID
userID2 (the id of your new friend)
How do I do that in cf9 orm