# Structs
DeletedAtStampCreateClause .
DeletedAtStampDeleteClause .
DeletedatstampQueryclause .
DeletedAtStampUpdateClause .
SoftDeleteCreateClause .
SoftDeleteDeleteClause .
SoftDeleteQueryClause .
SoftDeleteUpdateClause .
UUIDCreateClause .
# Type aliases
DeletedAt on delete: the field value will be set to the current datetime.
DeletedAtStamp is the field type for soft deleting with BIGINT type.
UUID auto generate an uuid on creating record.