Is there a way to work around this WARNING?
Code:
…data sync does not support PK's on string types using a binary or case sensitive collation
I have a primary key which includes a column defined as utf8-bin in several key tables of a data base which I'm attempting to sync using 'sja'.
The column is required to be case-sensitive for my application.