Polytomic timestamp columns
By default, Polytomic will create two timestamp columns in your destination store for each bulk sync table:
polytomic_created_at
polytomic_updated_at
These columns are useful to see when the respective row was last created as well as last updated.
You can turn off the writing of these columns by going to Advanced settings in Stage 4 of your sync configuration and ticking the Exclude Polytomic timestamp columns box.

Updated 7 months ago