Enum ColumnModificationType
Indicates wheter a column should be created or altered
Namespace: FluentMigrator.Model
Assembly: FluentMigrator.Abstractions.dll
Syntax
public enum ColumnModificationType
Fields
Name | Description |
---|---|
Alter | The column in question should be altered |
Create | The column in question should be created |