is there a way to add other tables to the current auth table setup ? I am aware of customizing existing tables but not adding tables to the database structure.
e.g. Is it VALID to add other tables such at a country table and have auth_user reference this table without breaking web2py internals? How can this be done if possible? --

