Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
标识列缺省类型。
public enum ul_column_default_type
该列没有缺省值。
该列的缺省值为 AUTOINCREMENT。
该列的缺省值为 GLOBAL AUTOINCREMENT。
该列的缺省值为 CURRENT TIMESTAMP。
该列的缺省值为 CURRENT UTC TIMESTAMP。
该列的缺省值为 CURRENT TIME。
该列的缺省值为 CURRENT DATE。
该列的缺省值为 NEWID()。
该列的缺省值为用户指定的常量。