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 7059834 commit 8623b4fCopy full SHA for 8623b4f
init.php
@@ -32,7 +32,7 @@ function initDatabase() {
32
)',
33
'CREATE TABLE IF NOT EXISTS jti (
34
jti VARCHAR(255) NOT NULL PRIMARY KEY,
35
- expires TEXT
+ expires TEXT NOT NULL
36
37
'CREATE TABLE IF NOT EXISTS users (
38
user_id VARCHAR(255) NOT NULL PRIMARY KEY,
@@ -43,7 +43,7 @@ function initDatabase() {
43
'CREATE TABLE IF NOT EXISTS ipAttempts (
44
ip VARCHAR(255) NOT NULL,
45
type VARCHAR(255) NOT NULL,
46
- expires NOT NULL
47
48
];
49
0 commit comments