OzzyRMOzzyRMDocs
GlossaryAttributes

updatedAt

Automatically set when the record is updated.

Automatically set when the record is updated.

Prisma @updatedAt attribute updates the timestamp whenever the row changes. Useful for audit trails and sync logic.

Example

Prisma
updatedAt DateTime @updatedAt

On this page