github.com/status-im/status-go@v1.1.0/protocol/pushnotificationserver/migrations/sql/1598419937_add_push_notifications_table.up.sql (about)

     1  CREATE TABLE IF NOT EXISTS push_notification_server_notifications (
     2    id BLOB NOT NULL,
     3    UNIQUE(id)
     4  );