StaticgenerateGenerate a time-based UUID v1 string (static method) Note: This is a simplified, structurally-valid v1 UUID (RFC 4122 layout: time_low-time_mid-time_hi_and_version-clock_seq-node) derived from the current timestamp. It does not track a persistent MAC address or clock sequence across calls, which is acceptable for use as a unique row id.
Compare this DataType with another DataType for equality
The DataType to compare with
true if the types are equal, false otherwise
Serialize a value for storage based on this DataType
The value to serialize
The serialized value
Optionaldialect: stringGet the default value for UUIDV1 - generates a new UUID v1 string This is called by the dialect when using UUIDV1 as a defaultValue
Optional_dialect: stringGenerate a UUID v1 string (instance method)
Base class for all data types