friend_requests table and I want to make sure that there can never be duplicate requests.friend_requests has 3 columns that are sender_id, receiver_id, and created_atfriend_request_exists and takes in an argument of receiver_idINSERT, I'm not sure how to grab that receiver_id to run this function.INSERT policy.
