Skip to main content

Primary key

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

Foreign keys

role
uuidpublicrequired
The unique identifier of the associated role. Ref: Role Schema
user
uuidpublicrequired
The unique identifier of the associated user. Ref: User Schema

Tracking attributes

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