mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-15 15:24:24 +01:00
5 lines
111 B
SQL
5 lines
111 B
SQL
CREATE TABLE IF NOT EXISTS onion (
|
|
private_key BLOB UNIQUE NOT NULL,
|
|
created_at TIMESTAMP NOT NULL
|
|
);
|