mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
7 lines
162 B
SQL
7 lines
162 B
SQL
CREATE TABLE switcher_cards (
|
|
card_id TEXT PRIMARY KEY ON CONFLICT REPLACE,
|
|
type INT NOT NULL DEFAULT 0,
|
|
clock INT NOT NULL,
|
|
screen_id TEXT DEFAULT ""
|
|
);
|