[dummy title body text appended to avoid empty title body]
wkw replied
are u saying if set the primary key when creating the column but it shows not PK after the creation?
Shard replied
I deleted the Id column and now my table has no PK and nocodb wont let me edit the table
Shard replied
Now I want to make another column into PK but apparently “Set as Primary value” doesn’t do it
Shard replied
I get an error when I try to create a new column with PK ticked: multiple primary keys for table "table_name" are not allowed
Shard replied
I dropped the existing PK with postgres query, but creating a new column with PK ticked still doesn’t work. Tells me: column "name" of relation "table_name" contains null values
wkw replied