symfony - Doctrine behavioral extensions: Loggable with Timestampable -
as understand docs, can full history of changes on entity loggable long configured \versioned in entity. wondering if log history retains timestamp of changes? if not, possible combine timestampable full history timestamp? or should add timestamp field \versioned , manage myself?
i want know , when entity changed.
what approach problem?
is loggedat property answer question?
Comments
Post a Comment