Skip to content

Commit

Permalink
fix: update schema
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Aaqil <[email protected]>
  • Loading branch information
aaqilniz committed Jan 28, 2024
1 parent f01eb21 commit 1a31bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SET default_with_oids = false;

CREATE TABLE "TestGeo" (
loc point,
id integer NOT NULL GENERATED ALWAYS AS IDENTITY
id integer NOT NULL
);


Expand Down Expand Up @@ -84,7 +84,7 @@ CREATE TABLE account (
name text,
emails text,
age integer,
id integer NOT NULL
id integer NOT NULL GENERATED ALWAYS AS IDENTITY
);


Expand Down

0 comments on commit 1a31bad

Please sign in to comment.