0% found this document useful (0 votes)
174 views21 pages

Web Data PDF

This document contains the schema and structure of an SQLite database, including the creation of multiple tables (web_app_icons, ie7_logins, logins, keywords, meta) and indexes on some tables. It also includes metadata like the database version number.

Uploaded by

Qarrrbsdfvsdvge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
174 views21 pages

Web Data PDF

This document contains the schema and structure of an SQLite database, including the creation of multiple tables (web_app_icons, ie7_logins, logins, keywords, meta) and indexes on some tables. It also includes metadata like the database version number.

Uploaded by

Qarrrbsdfvsdvge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

SQLite format 3 @

E 5
/
C indexsqlite_autoindex_web_apps_1web_apps
'' _tableweb_app_iconsweb_app_icons
CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height
int,image BLOB, UNIQUE (url, width, height))9
M' indexsqlite_autoindex_web_app_icons_1web_app_icons

Z
+! windexie7_logins_hashie7_logins
CREATE INDEX ie7_logins_hash ON ie7_logins (url_hash)
!!
 tableie7_loginsie7_logins CREATE TABLE ie7_logins (url_hash
VARCHAR NOT NULL, password_value BLOB, date_created INTEGER NOT
NULL,UNIQUE (url_hash))3 G! indexsqlite_autoindex_ie7_logins_
1ie7_logins
R ' sindexlogins_signonlogins CREATE INDEX
logins_signon ON logins (signon_realm)m
5tableloginslogins CREATE TABLE logins (origin_url VARCHAR
NOT NULL, action_url VARCHAR, username_element VARCHAR,
username_value VARCHAR, password_element VARCHAR, password_value
BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT
NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT
NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER
NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url,
username_element, username_value, password_element,
submit_element, signon_realm))+ ?
indexsqlite_autoindex_logins_1logins

atablekeywordskeywords CREATE TABLE keywords (id INTEGER


PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT
NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT
NULL,show_in_default_list INTEGER,safe_for_autoreplace
INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT
0,usage_count INTEGER DEFAULT 0,input_encodings
VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT
0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT
0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR)e
-tablemetameta CREATE TABLE meta(key LONGVARCHAR NOT NULL
UNIQUE PRIMARY KEY,value
LONGVARCHAR)' ; indexsqlite_autoindex_meta_1meta

ersion29

; last_compatible_v

version29

; last_compatibl
e_version
version

10

` 2 b
e
-tablemetameta CREATE TABLE meta(key LONGVARCHAR NOT NULL
UNIQUE PRIMARY KEY,value
LONGVARCHAR)' ; indexsqlite_autoindex_meta_1meta

atable -tablemetameta CREATE TABLE meta(key


LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value
LONGVARCHAR)' ; indexsqlite_autoindex_meta_1meta

atablekeywordskeywords CREATE TABLE keywords (id INTEGER


PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT
NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT
NULL,show_in_default_list INTEGER,safe_for_autoreplace
INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT
0,usage_count INTEGER DEFAULT 0,input_encodings
VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT
0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT
0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR) m
5tableloginslogins CREATE TABLE logins (origin_url VARCHAR
NOT NULL, action_url VARCHAR, username_element VARCHAR,
username_value VARCHAR, password_element VARCHAR, password_value
BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT
NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT
NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER
NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url,
username_element, username_value, password_element,
submit_element, signon_realm))+ ?
indexsqlite_autoindex_logins_
1logins R ' sindexlogins_signonlogins CREATE INDEX

11

logins_signon ON logins (signon_realm)


!!  tableie7
_loginsie7_logins CREATE TABLE ie7_logins (url_hash VARCHAR NOT
NULL, password_value BLOB, date_created INTEGER NOT NULL,UNIQUE
(url_hash))3 G! indexsqlite_autoindex_ie7_logins_1ie7_logins
Z
+! windexie7_logins_hashie7_logins
CREATE INDEX ie7_logins_hash ON ie7_logins (url_hash)
'' _tableweb_app_iconsweb_app_icons
CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height
int,image BLOB, UNIQUE (url, width, height))9
M' indexsqlite_autoindex_web_app_icons_1web_app_icons

12

' U L : 4 ' 2 }
'' 9tabletoken_servicetoken_service CREATE TABLE token_service

(service VARCHAR PRIMARY KEY NOT NULL,encrypted_token


BLOB)9 M' indexsqlite_autoindex_token_service_
1token_service n =%
indexcredit_cards_label_indexcredit_cards CREATE INDEX
credit_cards_label_index ON credit_cards (label)k

13


)tableweb_appsweb_apps
CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images
INTEGER NOT NULL)/
C indexsqlite_autoindex_web_apps_
1web_apps W 1 oindexweb_apps_url_indexweb_apps CREATE INDEX
web_apps_url_index ON web_apps (url)

tableautofillautofill CREATE TABLE autofill (name VARCHAR,


value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY,
count INTEGER DEFAULT 1)N ' gindexautofill_nameautofill CREATE
INDEX autofill_name ON autofill (name)t ?
indexautofill_name_value_lowerautofill CREATE INDEX
autofill_name_value_lower ON autofill (name, value_lower) ))
=tableautofill_datesautofill_dates CREATE TABLE autofill_dates
( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0)p
9)
indexautofill_dates_pair_idautofill_dates CREATE INDEX
autofill_dates_pair_id ON autofill_dates (pair_id)i
// tableautofill_profilesautofill_profiles CREATE TABLE
autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY,
first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email
VARCHAR, company_name VARCHAR, address_line_1 VARCHAR,
address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode
VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR)
G/ indexautofill_profiles_label_indexautofill_profiles CREATE
INDEX autofill_profiles_label_index ON autofill_profiles (label)
f %% tablecredit_cardscredit_cards CREATE TABLE credit_cards
( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card
VARCHAR, type VARCHAR, card_number VARCHAR, expiration_month
INTEGER, expiration_year INTEGER, verification_code VARCHAR,
billing_address VARCHAR, shipping_address VARCHAR,
card_number_encrypted BLOB, verification_code_encrypted BLOB)

14

15

16

17

18

19

20

21

You might also like