You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using v1.2.1 of console and server, if I try to insert a row into a table with an auto-incrementing primary key using Hasura Console > Data > Insert Row, I get this error:
Insert failed!
unexpected : cannot insert into column "id"
My id column is defined as integer, primary key, unique.
There doesn't seem to be a way to leave the id out of the insert, and I'm not able to select the "null" or "default" radio button. Also, if I enter an ID that's not already in the table, it still doesn't work.