run_migrations_online
Run migrations in 'online' mode.
In this scenario we need to create an Engine
and associate a connection with the context.
def run_migrations_online()
Run migrations in 'online' mode. In this scenario we need to create an Engine and associate a connection with the context.
Returns
| Type | Description |
|---|---|
| Nothing is returned; the function executes database schema migrations directly against the configured database engine. |