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 db7537b commit 01f8434Copy full SHA for 01f8434
README.md
@@ -54,7 +54,7 @@ const pool = new Pool({
54
});
55
56
pool.query(`
57
- CREATE TABLE IF NOT EXISTS events (
+ CREATE TABLE IF NOT EXISTS socket_io_attachments (
58
id bigserial UNIQUE,
59
created_at timestamptz DEFAULT NOW(),
60
payload bytea
0 commit comments