Hi, I've been working on a project using exposed for a bit and was wondering if there is any convenience functionality for audit fields like created & updated timestamps or soft delete logic with a deleted column? If so, is it documented anywhere? If not, are there any plans/issues for adding it, (but just super low priority)? Didn't want to reinvent the wheel here if I didn't have to.
@Kenneth Wußmann didn't know about that EntityHook is that documented anywhere? Thanks, this does exactly what I need and that inheritance pattern is pretty great.