We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57899f8 + 975e7fc commit b575bc6Copy full SHA for b575bc6
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