Add formal support for "audit" fields, such as CREATED_AT, CREATED_BY, MODIFIED_AT, MODIFIED_BY · Issue #1592 · jOOQ/jOOQ

A lot of databases contain audit fields such as: CREATED_AT: Time of the INSERT CREATED_BY: A credential who executed the INSERT MODIFIED_AT: Time of the last UPDATE MODIFIED_BY: A credential who e...