Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Primary Key Required for Synchronization
Since SQLyog requires that tables have a primary key in order to synchronize. What is the fastest way to add a primary key to an existing table?
Thank You,
Paul
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