Closed jasonjoo2010 closed 8 years ago
We use create_all to create all tables we need currently.
but it will not alter them when we make some changes on them.
Is it necessary to make a db-version module replacing the create_all?
regards,
I suppose a less painful practice is to use sqlalchemy-migration. But I'm not quite familiar with it yet :(
yeah, it's a solution. I try to figure it out
We use create_all to create all tables we need currently.
but it will not alter them when we make some changes on them.
Is it necessary to make a db-version module replacing the create_all?
regards,