status-go/appdatabase/migrationsprevnodecfg/sql/0016_local_notifications_pr...

7 lines
204 B
SQL

CREATE TABLE local_notifications_preferences (
service VARCHAR,
event VARCHAR,
identifier VARCHAR,
enabled BOOLEAN DEFAULT false,
PRIMARY KEY(service,event,identifier)
) WITHOUT ROWID;