I have tables and it's schema. I neither have the database nor Sqlalchemy models. How do I generate alembic first version script with this information?
P.S. I could create a database with existing schema if that could be of help to get the alembic scripts.