status-go/appdatabase/migrations/sql/1672933930_switcher_card.up.sql

7 lines
162 B
MySQL
Raw Normal View History

2023-01-05 21:41:57 +05:30
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 ""
);