Enum CompatibilityMode
Sets the compatibility mode
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public enum CompatibilityMode
  Fields
| Name | Description | 
|---|---|
| LOOSE | Unsupported processor features are ignored  | 
      
| STRICT | Ensure that an exception gets thrown when a processor doesn't support a specific feature  |