Skip to main content

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

TypeDescription
Nothing is returned; the function executes database schema migrations directly against the configured database engine.