You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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" ]
}
The text was updated successfully, but these errors were encountered: