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 2c213f7 commit d8bcab2Copy full SHA for d8bcab2
src/helpers/schema.sql
@@ -7,7 +7,7 @@ CREATE TABLE messages (
7
timestamp BIGINT NOT NULL,
8
space VARCHAR(100),
9
type VARCHAR(24) NOT NULL,
10
- sig VARCHAR(256) NOT NULL,
+ sig VARCHAR(3000) NOT NULL,
11
receipt VARCHAR(256) NOT NULL,
12
PRIMARY KEY (id),
13
INDEX mci (mci),
test/schema.sql
@@ -191,7 +191,7 @@ CREATE TABLE messages (
191
192
193
194
195
196
197
0 commit comments