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
  • polytomic_deleted_at

These columns are useful to see when the respective row was last created, last updated, or last deleted (soft delete).

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.