Comments
Sort by recent activity
1. For your nullable foreign key you could select the tickbox "Allow null Values" (under Generator settings) and then the approximate percentage that you wish to be null.
If I have a FK on a column, the "Allow null values" checkbox is grayed out.
2. Under the Generator settings you could modify the population method to "repeat key values between x and y".
I have tried this, e.g. repeat key values between 1 and 10, or repeat key values between 10 and 10, for 10 new records, and it doesn't work. / comments
1. For your nullable foreign key you could select the tickbox "Allow null Values" (under Generator settings) and then the approximate percentage that you wish to be null.
If I have a FK on a column...