pub const PREDICATE: &str = "CREATE TABLE IF NOT EXISTS predicate (\n id INTEGER PRIMARY KEY,\n content_hash BLOB NOT NULL UNIQUE,\n predicate BLOB NOT NULL\n);\n";Expand description
CREATE TABLE IF NOT EXISTS predicate (
id INTEGER PRIMARY KEY,
content_hash BLOB NOT NULL UNIQUE,
predicate BLOB NOT NULL
);