MigrationTransactionMode
Summary
Controls how each migration is wrapped in transactions.
Signature
type MigrationTransactionMode = "auto" | "required" | "none";
Controls how each migration is wrapped in transactions.
type MigrationTransactionMode = "auto" | "required" | "none";