COLUMN_DEFAULT_UNIQUE_ID variable

Specifies the column defaults to a new unique identifier.

Syntax
final byte ColumnSchema.COLUMN_DEFAULT_UNIQUE_ID
Remarks

UUIDs can be used to uniquely identify rows in a table. The generated values are unique on every computer or device, meaning they can be used as keys in synchronization and replication environments.

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

See also