We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c1c61 commit f92cc09Copy full SHA for f92cc09
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