I have a Flask project with multiple apps and using Sqlalchemy+Alembic for database, how would I handle the case where the apps have models with same name (for example all of the apps will have User model)? In Django the tables are prefixed with app name so there's no conflicts. Is there some way to do the same here?
问问题
497 次