github.com/status-im/status-go@v1.1.0/protocol/migrations/sqlite/1700044187_curated_communities.up.sql (about) 1 CREATE TABLE IF NOT EXISTS curated_communities ( 2 community_id TEXT PRIMARY KEY, 3 featured BOOLEAN NOT NULL DEFAULT FALSE 4 );