Primary key
document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the product type record.
Specific attributes
A description of the product type.
internal
varcharpublicuniquerequired
The internal identifier for the product type.
Rules: Max length: 50 characters
name
varcharpublicrequired
The name of the product type.
Rules: Max length: 100 characters
Tracking attributes
created_at
timestamppublic
The timestamp when the product type record was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the product type record was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the product type record is active.
is_deleted
booleandefault:"false"public
Indicates whether the product type record has been deleted.
updated_at
timestamppublic
The timestamp when the product type record was last updated.
Rules: Precision: 6, with timezone