Files
btmob4.6/BT MOB 4.6/BTMob.exe.WebView2/EBWebView/Default/BrowsingTopicsSiteData
T

4 lines
28 KiB
Plaintext
Raw Normal View History

2026-08-27 11:22:51 -06:00
SQLite format 3@ .û
ø ƒgÏ
û
o ƒiggtablebrowsing_topics_api_hashed_to_unhashed_domainbrowsing_topics_api_hashed_to_unhashed_domainCREATE TABLE browsing_topics_api_hashed_to_unhashed_domain(hashed_context_domain INTEGER PRIMARY KEY,context_domain TEXT NOT NULL) 3A+indexlast_usage_time_idxbrowsing_topics_api_usagesCREATE INDEX last_usage_time_idx ON browsing_topics_api_usages(last_usage_time)AAƒ3tablebrowsing_topics_api_usagesbrowsing_topics_api_usagesCREATE TABLE browsing_topics_api_usages(hashed_context_domain INTEGER NOT NULL,hashed_main_frame_host INTEGER NOT NULL,last_usage_time INTEGER NOT NULL,PRIMARY KEY (hashed_context_domain,hashed_main_frame_host))SgAindexsqlite_autoindex_browsing_topics_api_usages_1browsing_topics_api_usagesf/tablemetametaCREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR)';indexsqlite_autoindex_meta_1meta