Hi,

I'm having great problems changing the definition of a table. I'm
using MYSQL as a back end. After many problems, I ended up deleting a
table entirely and trying to recreate it in my DB model. I dropped the
table from MYSQL directly and tried to use the new model.

Unfortunately, I get a message: "table doesn't exist" when I try and
use it. It looks like Web2py remembers the table and tried to update
what it remembers. Can this 'remembered DB' be cleared out so I can
start again? I only want to change on table (and not lose all my
tables :-))

Thanks,
Paul.

Reply via email to