This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Flyway.
                            
	
		Summary
            Whether to allow mixing transactional and non-transactional statements within the same 
            migration. true if mixed migrations should be allowed. false if an error should be thrown 
            instead. (default: false)
            
		- Assembly
- Cake.Flyway .dll 
- Namespace
- Cake.Flyway 
- Containing Type
- FlywayConfiguration
Syntax
public Nullable<bool> Mixed { get; set; }Value
| Type | Description | 
|---|---|
| Nullable | 
