nope. In no possible way web2py drops the tables from the db. NB: you MUST have tables defined if you want to access them with DAL, but this doesn't mean they are dropped in the backend. If you remove a table definition from your code, it just means that web2py won't know that that table exists.
On Tuesday, August 6, 2013 9:38:22 PM UTC+2, Behnam Izadi wrote: > > tanks but I want to delete table definiton on db.py without physical table > deletion on hard disk. when I remove a "db.define" statement , the > correspondent table will be deleted. > -- --- 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.

