I’m trying to merge two fields together into a single HTML element in a table (specifically, I’m looking to take the link from one database column and merge it with the text from another column to build an embedded link).
I’d like to use something like afterGet to do this, it seems like a natural fit, but does it work with database tables? Or do I need to do a raw query?