You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, if primary key is not in the first column. pg will raise exception "first column of remote table must be unique for INSERT/UPDATE/DELETE operation". In some way, we cannot change mysql table structure.
The text was updated successfully, but these errors were encountered:
Currently, this is the limitation that the first column of remote table should be unique/primary key.
We will evaluate the possibility of overcoming this limitation in future but currently, that is not on our roadmap.
Hi team, if primary key is not in the first column. pg will raise exception "first column of remote table must be unique for INSERT/UPDATE/DELETE operation". In some way, we cannot change mysql table structure.
The text was updated successfully, but these errors were encountered: