We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d3d18 commit 436ccebCopy full SHA for 436cceb
1 file changed
singlefile/schema.sql
@@ -76,8 +76,7 @@ $$;
76
CREATE TABLE IF NOT EXISTS users (
77
id integer PRIMARY KEY,
78
email text NOT NULL CHECK (email LIKE '%@%'),
79
- name text NOT NULL,
80
- city text NOT NULL
+ name text NOT NULL
81
);
82
83
COMMENT ON TABLE users IS 'User accounts';
0 commit comments