We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57899f8 commit 975e7fcCopy full SHA for 975e7fc
1 file changed
singlefile/schema.sql
@@ -71,7 +71,8 @@ $$;
71
CREATE TABLE IF NOT EXISTS users (
72
id integer PRIMARY KEY,
73
email text NOT NULL CHECK (email LIKE '%@%'),
74
- name text NOT NULL
+ name text NOT NULL,
75
+ city text NOT NULL
76
);
77
78
COMMENT ON TABLE users IS 'User accounts';
0 commit comments