[]
Defines constraint flags that can be applied to a column.
[Flags]
public enum MssqlSchemaProvider.ColumnData.Constraint
| Name | Description |
|---|---|
| None | No constraints applied. |
| NotNullable | The column does not allow null values. |
| PrimaryKey | The column is part of the primary key. |