Skip to content

Commit 6a5e286

Browse files
authored
perf: update LatestState column type to LONGTEXT
1 parent fc8c0cb commit 6a5e286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ CREATE TABLE IF NOT EXISTS Contracts (
1414
ContractId VARCHAR(66) UNIQUE,
1515
SourceCode TEXT,
1616
InitState TEXT,
17-
LatestState TEXT
18-
);
17+
LatestState LONGTEXT
18+
);

0 commit comments

Comments
 (0)