The idea is to create a route which allows the logged in user to add something to their library, and also delete it if they would like to. It is essentially a game library, storing the users games. I was wondering if it's possible to create a database column as a list which you can just add the names of the games to the list, or if it requires a different solution? I guess this would work the same way as a favorites list for each user if my explanation was confusing.