When I add a table in db.py under models, or makes changes to the table definition, web2py creates a file with the name of the table forming part of the name (for example, for the 'post' table, it created 23c22a0e7a25abd01f10b0f47df2166c_post.table). Then it generates SQL based on the content in the .table file and the SQLs and results can be seen in sql.log. Is that how it works?
Is it possible to 'decrypt' the content in the *table files - a few lines from the file read like this - (dp1 > S'testext' > p2 > (dp3 > S'length' > p4 > I32768 > sS'unique' > p5 > I00 > sS'sortable' > p6 > I4 > sS'sql' > p7 > S'TEXT' > p8 > sS'notnull' > p9 > I00 > >> >> -- 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/groups/opt_out.

