Has anyone found a way of adding rows to a Postgres table using the “Edit Data” option on a table when that table has a primary key defined using “PRIMARY KEY GENERATED ALWAYS AS IDENTITY”.
I get this error “Commit row failed: cannot insert a non-DEFAULT value into column”
I have tried clicking “Show SQL pane” and removing the primary key column from the SELECT list of columns but that says “Initialize edit data session failed: Error: Edit data with custom query is not supported currently.”