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 60262a9 commit 5f2e98dCopy full SHA for 5f2e98d
mystbin/database/schema.sql
@@ -49,7 +49,7 @@ CREATE TABLE IF NOT EXISTS bans (
49
);
50
51
CREATE TABLE IF NOT EXISTS logs (
52
- ip VARCHAR(15) NOT NULL,
+ ip TEXT NOT NULL,
53
userid BIGINT REFERENCES users(id),
54
accessed TIMESTAMP,
55
cf_ray TEXT,
0 commit comments