Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the user address record.

Specific attributes

date_subscribed
timestamppublicrequired
The date and time when the user subscribed to this address.
Rules: Precision: 6, with timezone
date_unsubscribed
timestamppublic
The date and time when the user unsubscribed from this address, if applicable.
Rules: Precision: 6, with timezone
reason
varcharpublicrequired
The reason for subscribing or unsubscribing from this address.

Foreign keys

address
uuidpublicrequired
The unique identifier of the associated address. Ref: Address Schema
agent
uuidpublic
The unique identifier of the agent who performed the action. Ref: User Schema
user
uuidpublicrequired
The unique identifier of the user associated with this address. Ref: User Schema

Tracking attributes

created_at
timestamppublic
The timestamp when the user address record was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the user address record was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the user address record is active.
is_deleted
booleandefault:"false"public
Indicates whether the user address record has been deleted.
updated_at
timestamppublic
The timestamp when the user address record was last updated.
Rules: Precision: 6, with timezone