I want to fill table with data that implements many to many relationship. So I can create 2 column with type number and specify the range. But here’s the issue: as all we know 2 foreign keys in mtm should be unique together.
- Is there a way I can specify unique together it with mockaroo?
- Is there a way I can specify range of generated row instead of fixed number?