LixGenerated<
T
> =T
&object
Marker type for database columns that are auto-generated.
This type brands values as "generated" to enable special handling in insert/update operations. Generated fields become optional in inserts since the database provides default values.
The type accepts T values directly for developer convenience while preserving the generated marker for type transformations.
readonly
optional
__lixGenerated:true
T