Re: [sqlalchemy] [alembic] can I just create_table from a model

2012-02-24 Thread Michael Bayer
The autogenerate feature would be responsible for that. Also we have an alembic list at https://groups.google.com/group/sqlalchemy-alembic in case you want to keep alembic topics over there... On Feb 24, 2012, at 2:19 PM, Chris Withers wrote: > Hi All, > > When using Alembic, is there a way

[sqlalchemy] [alembic] can I just create_table from a model

2012-02-24 Thread Chris Withers
Hi All, When using Alembic, is there a way to just say "create the table required for this model" (well, okay "this model.__table__" ;-) ) Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk -- You received this message bec