I have a customer table that have an index with allow with duolicates true..I don't have another index
So I'm guess a natural key is an index with allow duplicates false, correct?
So when I decided to create an entity for this table, I got the natural key error. Can I create the entity manually to ignore this error. Or is there sth better that I need to do with my custom table?