When creating a mysql dump containing the structure of my database, one of the tables shows the following:
CREATE TABLE `completedTransactions` ( `paymentId` i
KEY is not unique, PRIMARY KEY and UNIQUE KEY are uniques.
KEY
PRIMARY KEY
UNIQUE KEY