pub fn archive(
entity: &ResolvedEntity,
archive_field: &str,
schema_override: Option<&str>,
dialect: &dyn Dialect,
) -> QueryBufExpand description
UPDATE by id: stamp archive_field with NOW() where it is currently NULL. Returns the updated row or None (record not found or already archived).