Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Primary Key Required for Synchronization
Hello,
Then easiest way to add a PRIMARY KEY to a table is by adding an
auto_increment column using Table->Alter Table Structure. You can use
Table->Manage Indexes to perform the same job.
Regards,
Webyog Support Team