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
i try using gnorm for generate custom query builder for my project but when i try separating PK which has default value or not (such as custom PK by app or default using UUID), error happens.
It happens when i create table, like:
CREATE TABLE "test" ("id" BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY NOT NULL)
DB: Postgres v11.3 ubuntu
i try using gnorm for generate custom query builder for my project but when i try separating PK which has default value or not (such as custom PK by app or default using UUID), error happens.
It happens when i create table, like:
gnorm preview showing PK no default value
but on psql showing PK has default value
is this error from my config or gnorm do not recognize
generated always as identity
?The text was updated successfully, but these errors were encountered: