Seed doesn't preserve primary key ID

Wappler 5.0.0
NodeJS + PostgreSQL

I don’t know if this is a bug or a “feature”. I’m using specific IDs on a table and created a seed. Because these IDs are in a primary key column, the Seed doesn’t actually insert those specifically, but rather rely on auto-increment.

The consequence is, I create a seed with the “delete data” checkbox ticked, and the data is re-created following totally different IDs according to auto-increment.

Is there we a way we can get a checkbox added to not use auto-increment but rather explicitly insert the seed data with the ID it was created in first place?

2 Likes