We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b5843 commit aa0d3ceCopy full SHA for aa0d3ce
code/js-user-server-actions-sql-sqlite_js
@@ -1,6 +1,6 @@
1
/*
2
CREATE TABLE user (
3
- id TEXT PRIMARY KEY,
+ id TEXT NOT NULL PRIMARY KEY,
4
email_address TEXT NOT NULL UNIQUE,
5
password_hash BLOB NOT NULL,
6
password_salt BLOB NOT NULL,
0 commit comments