Hi there,

If i define a new table unrelated (without foreign keys) to the tables
that already exist i see that this new table is created automatically
when i create the session.

But if i create a new column to a table that already exist this new
one isn't created when i start the application. Is there a way to
altering tables at runtime ?

I know there is sqlalchemy-migrate. Is it the right tool for this
job ? Or there is a sqlalchemy way for adding/removing columns at
runtime ?

I hope my question is clear,
thanks

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to