Do not make a new table for each user. Look instead at db.define_table(..., 
auth.signature) so that each record known who created it, and then you can 
filter all records by creator using a common filter.

On Saturday, 18 June 2016 07:47:42 UTC-5, @brooks wrote:
>
> Hi,
> I am new to python as well as web2py.I am trying to make an application 
> where i am thinking of having a different table for every user and store 
> every user's data in his table.But i do not know how to do it?Moreover,is 
> it better than just adding a "user" column in one single table?  
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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/d/optout.

Reply via email to