Files
darkfi/sql/tree.sql

5 lines
57 B
SQL

CREATE TABLE IF NOT EXISTS tree(
tree BLOB NOT NULL
);