MigrationTransactionMode

View Source

Summary

Controls how each migration is wrapped in transactions.

Signature

type MigrationTransactionMode = "auto" | "required" | "none";