Making friend request, many to many relationship

Hey I have a users table, what should I do to make a “friend request
table”. I cant have a table called users_users and have two columns,
user_id and user_id.

Whats the proper way of doing it in Ruby?