We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
finalSolution
In my case, verifySchema returned VerificationFailed with one predicate:
verifySchema
VerificationFailed
(TableHasPrimaryKey: Table QualifiedName Nothing "transactions" has primary key ["requestkey","block"])
The change I made was to add the block field to the primary key for the table.