Hi guys,

Does anybody know how I can allow duplicated for a field in my mysql database?

I keep getting this error!

INSERT INTO `welovera_assets`.`ratingItems` (

`id` ,
`Cat` ,
`uniqueName` ,
`totalVotes` ,
`totalPoints`
)
VALUES (
NULL , 'Radio', '2', '0', '0'
)
MySQL said:

#1062 - Duplicate entry '2' for key 'uniqueName'


Thanks