github.com/status-im/status-go@v1.1.0/protocol/transport/migrations/sqlite/1561059284_add_waku_keys.up.sql (about) 1 CREATE TABLE waku_keys ( 2 chat_id TEXT PRIMARY KEY ON CONFLICT IGNORE, 3 key BLOB NOT NULL 4 ) WITHOUT ROWID;