Enum SqlAnywhereConstraintType
The constraint type as supported by SQL Anywhere
Namespace: FluentMigrator
Assembly: FluentMigrator.Extensions.SqlAnywhere.dll
Syntax
public enum SqlAnywhereConstraintType
Fields
| Name | Description |
|---|---|
| Clustered | The index/unique constraint should be clustered |
| NonClustered | The index/unique constraint should not be clustered |