GlossaryAttributesupdatedAtAutomatically 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 PrismaupdatedAt DateTime @updatedAt Related Glossary overview All attributes listThe field stores an array of values.readOnlyThe field is managed by the relation, not written directly.