mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
5 lines
57 B
SQL
5 lines
57 B
SQL
CREATE TABLE IF NOT EXISTS tree(
|
|
tree BLOB NOT NULL
|
|
);
|
|
|