Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the cache permission record.

Specific attributes

is_public
booleanpublicrequired
Indicates if cache is public or not.

Foreign keys

permission
uuidpublicrequired
The unique identifier of the permission. Ref: Permission Schema

Tracking attributes

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