We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b377c95 commit 59b4af1Copy full SHA for 59b4af1
1 file changed
singlefile/schema.sql
@@ -76,7 +76,8 @@ $$;
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
+ name text NOT NULL,
80
+ city text NOT NULL
81
);
82
83
COMMENT ON TABLE users IS 'User accounts';
0 commit comments