Hi all, I want to add a 'friends' into a users profile in my web application. My research and very limited knowledge point that the best way to go about this is to have a table separate from db.auth_user with each row containing a user_id for each friend that corresponds to the db.auth_user.id of each user.
I know how I'd create a single table like this in /models/db.py, but how would I go about creating a unique table for each entry in db.auth_user? Let men know if my question is unclear. Thanks so much for all the help, Hunt -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

