TimestampMixin
Mixin providing created/modified timestamps for all records.
The columns are deferred loaded as this is primarily for logging and future forensics.
Forces the model to update by changing the modified parameter.
Returns the self.modified if not NULL, else self.created.