Skip to main content

Data Model

You will have two tables in MySQL:
  • employee_table: is the source table.
  • cdc_control: has the information on the table that is being tracked and the last time it was updated.
The source data is in employee_table.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!