Namespace FluentMigrator.Model
Classes
ColumnDefinition
The column definition
ColumnDefinition.UndefinedDefaultValue
Instances of this class are used to specify an undefined default value
ConstraintDefinition
The constraint definition
DeletionDataDefinition
A list of column name/value pairs used for DELETE conditions
ForeignKeyDefinition
The foreign key definition
IndexColumnDefinition
Index column definition
IndexDefinition
The index definition
IndexIncludeDefinition
InsertionDataDefinition
A list of column name/value pairs used for INSERT data
PostgresIndexAlgorithmDefinition
PostgresIndexConcurrentlyDefinition
PostgresIndexIncludeDefinition
PostgresIndexOnlyDefinition
SequenceDefinition
The sequence definition
Enums
Algorithm
ColumnModificationType
Indicates wheter a column should be created or altered
ConstraintType
The constraint type
Direction
The direction for an index column