I am working on my first pylons + SQLAlchemy (I am new to both).
As I changed my mind in the table structure, I would like for there to be a similar function for metadata.create_all (), which checks for new column definitions and creates them in the database.
Is there such a function?
python mysql sqlalchemy pylons
ychaouche
source share