Using Data Azure Studio to add a record to a Postgres table with a column that is PRIMARY KEY GENERATED ALWAYS AS IDENTITY
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”.