Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created February 5, 2023 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/d39bbb6e06982b7e71aacce93f42e759 to your computer and use it in GitHub Desktop.
Save cleverca22/d39bbb6e06982b7e71aacce93f42e759 to your computer and use it in GitHub Desktop.
sqlite> select * from sqlite_master;
type name tbl_name rootpage sql
------- ------------------------------------ ----------------- -------- ------------------------------------------------------------
table ValidPaths ValidPaths 2 CREATE TABLE ValidPaths (
id integer primary key autoincrement not n
ull,
path text unique not null,
hash text not null,
registrationTime integer not null,
deriver text,
narSize integer
, ultimate integer, sigs text, ca text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment