Postgres auto increment keys initial value

Hey @JonL, What did you end up doing for this as a workaround?

I recently switched over a new project clone to use a PG database and after setting it all up in Wappler the PK increment ID fields are screwing up all by INSERT queries.

They were defined as Increments in Wappler but created as INT4 32 characters in Postgres and then have
nextval('departments_id_seq'::regclass) in the defaults section of that field.

Community Page
Last updated: