Optional
Readonly
When true, don't run migrations in transactions even if the dialect supports transactional DDL.
true
Default is false.
false
This is useful when some migrations include queries that would fail otherwise.
When
true, don't run migrations in transactions even if the dialect supports transactional DDL.Default is
false.This is useful when some migrations include queries that would fail otherwise.