I'm uploading an APP in the OCI managed environment and I'm getting the error sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1050, "Table 'profiles_type' already exists")
But that table doesn't exist yet and this error occurs at the start of my migration in python.
I use Python, SQLAlchemy and Alembic.
Tks
Anderson Barroso