We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f89fe3 + 66fec82 commit 7f6f69fCopy full SHA for 7f6f69f
schema/users.sql
@@ -1,5 +1,6 @@
1
CREATE TABLE public.users (
2
id SERIAL PRIMARY KEY,
3
name VARCHAR(255) NOT NULL,
4
- email VARCHAR(255) NOT NULL UNIQUE
+ email VARCHAR(255) NOT NULL UNIQUE,
5
+ gender TEXT NOT NULL
6
);
0 commit comments