We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8c0cb commit 6a5e286Copy full SHA for 6a5e286
init.sql
@@ -14,5 +14,5 @@ CREATE TABLE IF NOT EXISTS Contracts (
14
ContractId VARCHAR(66) UNIQUE,
15
SourceCode TEXT,
16
InitState TEXT,
17
- LatestState TEXT
18
-);
+ LatestState LONGTEXT
+);
0 commit comments