I'm mostly a MySQL dummy, so can someone help me understand why SJA will not sync tables that do not have a PRIMARY KEY defined? Please do not reply with RTFM as that is what I'm currently doing. I just haven't came across this info as of yet (a little direction to the appropriate manual would be nice).
I understand that primary keys are important for referential integrity in a properly normalized database. The problem lies it tables that do not relate to other tables, such as configuration tables for a MySQL driven website. It seems silly to define primary keys for them, but I can if absolutely necessary. They just won't be of any use to anything other than SJA. 😉