Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Identifies a column default type.
public enum ul_column_default_type
The column has no default value.
The column default is AUTOINCREMENT.
The column default is GLOBAL AUTOINCREMENT.
The column default is CURRENT TIMESTAMP.
The column default is CURRENT UTC TIMESTAMP.
The column default is CURRENT TIME.
The column default is CURRENT DATE.
The column default is NEWID().
The column default is a user-specified constant.