CREATE TABLE IF NOT EXISTS server_signing_key ( id INTEGER PRIMARY KEY CHECK (id = 1), seed_data BLOB NOT NULL );