could it be this at the start too? ```sql BEGIN TRANSACTION; CREATE TABLE _cf_KV ( key TEXT P

could it be this at the start too?
BEGIN TRANSACTION;
CREATE TABLE _cf_KV (
      key TEXT PRIMARY KEY,
      value BLOB
    ) WITHOUT ROWID;
Was this page helpful?