I’m trying to generate a mock datasheet to feed my database. So far I’ve been able to implement many of the constraints I need this data to fit to. But when it comes to uniqueness on one of the columns (the one that’d be kind of the “primary key”) I cannot find an option not to generate duplicated records.
Is there any way to specify in my API calls that I don’t want a specific column to contain duplicated values (e.g. Countries
)
Thanks in advance!