I have one central database that I wish to mirror out to other sites. However, not all of the fields in the tables need to be available at these satellite sites.
So, I created the remote tables with only the needed fields, and used the tag to indicate which ones to sync.
Doing this makes results in sja giving an error:
Field count not equal for '`the_table`' table
Is this just a sanity check or is it really necessary to have the source and target tables constructed identically?
Thank you,
Glen Mabey