alter ignore table cat add UNIQUE (name1,surname,age)
alter table cat add UNIQUE (name1,surname,age)
alter table cat add (UNIQUE (name1,surname,age))