deletedAt

abstract val deletedAt: Column<Instant?>(source)

The column storing the deletion timestamp.

  • null: Record is active (not deleted)

  • non-null: Record was deleted at this time