Before you show me duplicates, please note that I\'ve searched through the site an have found some examples but not quite specific to my prob
User(UserID) Friendship(User1ID, User2ID, FriendshipStatus)
Check constraint: User1ID < User2ID
Unique constraint: User1ID, User2ID