On Dec 21, 2009, at 9:05 PM, Nick Retallack wrote:
> Say you've created some models in SQLAlchemy, and run create_all() to
> get them into the database. Later on, you changed some of their
> definitions, and you need to update the database schema to correspond
> to it. How would you do this? C
Say you've created some models in SQLAlchemy, and run create_all() to
get them into the database. Later on, you changed some of their
definitions, and you need to update the database schema to correspond
to it. How would you do this? Can you get SQLAlchemy to output the
current SQL representatio