Skip to main content

TemporalProperties

Common temporal properties for database entities.

Extended by

Properties

created_at?

optional created_at: Date;

The date and time the record was created.

Title

Created At


deleted_at?

optional deleted_at: Date;

The date and time the record was soft deleted.

Title

Deleted At


updated_at?

optional updated_at: Date;

The date and time the record was last updated.

Title

Updated At