mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-06 19:04:22 +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
|
|
);
|