github.com/status-im/status-go@v1.1.0/appdatabase/migrations/sql/1674136690_ens_usernames.up.sql (about)

     1   CREATE TABLE ens_usernames (
     2  		"username" TEXT NOT NULL,
     3  		"chain_id" UNSIGNED BIGINT DEFAULT 1);