There are fields like created, updated, and smilar which should not be compared and also should be ignored in update and insert statements. It should be possible to configure such fields in the config.json File.
Example:
"compareOptions": {
...
"ignoreFields": [ "created", "updated" ]
}