I'm thinking of switching a site from php to python on web2py, however I've got a question on its mysql support. I'm trying to figure out how web2py handles tables where the column layout isn't fixed. Meaning that it's possible for columns to be created, used, and deleted by the app while it's running. Currently I assign api names to these columns (ms1, ms2, ...). There is a seperate table that tells the app some information about these columns (and that they exist). Everything works great in php land. Let me know. Thanks.
-- To unsubscribe, reply using "remove me" as the subject.