github.com/status-im/status-go@v1.1.0/appdatabase/migrations/sql/1672933930_switcher_card.up.sql (about) 1 CREATE TABLE switcher_cards ( 2 card_id TEXT PRIMARY KEY ON CONFLICT REPLACE, 3 type INT NOT NULL DEFAULT 0, 4 clock INT NOT NULL, 5 screen_id TEXT DEFAULT "" 6 );