Re: [sqlalchemy] how i can avoid the existing database table while generating the initial revision using alembic

2022-06-08 Thread Vishal Shimpi
l#controlling-what-to-be-autogenerated > > The first example there ("Omitting Table Names from the Autogenerate > Process") is probably what you want. > > Hope that helps, > > Simon > > On Wed, Jun 8, 2022 at 3:15 PM Vishal Shimpi > wrote: > >>

[sqlalchemy] how i can avoid the existing database table while generating the initial revision using alembic

2022-06-08 Thread Vishal Shimpi
I am working on fastapi, in which i have created models and i am inteded to create the table in sql server database, however when i am runing my first migration, alembic detected removal of existing table which are not belongs to my work. Can somebody help how i can create my tables and avoid