Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aldis-ameriks committed Feb 26, 2021
1 parent 594264e commit 3159559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ CREATE TYPE user_state AS ENUM (
);

CREATE TABLE users (
id int4 NOT NULL,
id serial4 PRIMARY KEY,
name varchar(255) NOT NULL,
state user_state,
is_enabled bool NOT NULL DEFAULT FALSE
Expand Down

0 comments on commit 3159559

Please sign in to comment.