updatedAt

abstract val updatedAt: Column<Instant>(source)

The column storing when the record was last updated. This is automatically updated on insert and update.