MySQL Forums
Forum List  »  General

Re: Primary Key Bug with Multiples of Same Column
Posted by: John Glista
Date: May 06, 2021 12:15PM

Also, just as additional info, here are the commands we are using to both drop the primary key, and the re-create it:

ALTER TABLE package_tracking DROP PRIMARY KEY;
alter table package_tracking add column id int auto_increment primary key;

Options: ReplyQuote


Subject
Written By
Posted
Re: Primary Key Bug with Multiples of Same Column
May 06, 2021 12:15PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.