Files
darkfi/script/sql/tree.sql
2022-03-08 19:55:25 +04:00

5 lines
57 B
SQL

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