github.com/status-im/status-go@v1.1.0/appdatabase/migrationsprevnodecfg/sql/0016_local_notifications_preferences.up.sql (about) 1 CREATE TABLE local_notifications_preferences ( 2 service VARCHAR, 3 event VARCHAR, 4 identifier VARCHAR, 5 enabled BOOLEAN DEFAULT false, 6 PRIMARY KEY(service,event,identifier) 7 ) WITHOUT ROWID;