Files
darkfi/sql/tree.sql
2021-12-22 14:10:08 +01:00

5 lines
58 B
SQL

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