status-go/protocol/migrations/sqlite/1700044187_curated_communit...

5 lines
131 B
SQL

CREATE TABLE IF NOT EXISTS curated_communities (
community_id TEXT PRIMARY KEY,
featured BOOLEAN NOT NULL DEFAULT FALSE
);