Files
darkfi/sql/cashier_tree.sql

5 lines
57 B
SQL

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