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