...r NOT NULL,
`nonce` integer NOT NULL,
`fee` integer NOT NULL,
`feeReceipent` text NOT NULL,
`l1SubmittedDate` integer NOT NULL,
`hash` text NOT NULL
PRIMARY KEY(`from`, `nonce`)
);
-- This table has a single row
CREATE TABLE `fetcherStates` (
`chainId` integer PRIMARY KEY NOT NULL...