ID column sample data is not being included when I generate test data file

I have defined a bunch of tables for a postgres db. I have put sample data in them.
I have generated ddl file to create the tables and it includes the insert statements for the sample data. However those inserts don’t include the ID column which means the db generates it’s own which is not what I want. I created specific ID’s in each of the sample records to ensure the child tables point to the correct parent records. Any way to force it to include the values I defined?

Dropdown ‘Yes with Generated PK’ needed to be selected within DB Generation Options. Works now.

Thanks DG1 for the post and Yes, you can choose the Yes with Generated PK option to get the result you needed.