COLUMN_DEFAULT_CURRENT_DATE variable

Specifies the column defaults to the current date (year, month and day).

Syntax
final byte ColumnSchema.COLUMN_DEFAULT_CURRENT_DATE
Remarks

See "CURRENT DATE special value" under "Special values in UltraLite" in the SQL Anywhere documentation set.

The default value of existing tables can be determined by querying the system table TableSchema.SYS_COLUMNS's column_default column.

See also