example: `ALTER TABLE `logs` DROP INDEX `id`; ALTER TABLE `logs` ADD PRIMARY KEY (`id`) USING BTREE;` But the index are both in server1 and 2,why it shown in the sql file?
example:
ALTER TABLElogsDROP INDEXid; ALTER TABLElogsADD PRIMARY KEY (id) USING BTREE;But the index are both in server1 and 2,why it shown in the sql file?