1{
2  "formatVersion": 1,
3  "database": {
4    "version": 100,
5    "identityHash": "1f6d4034a042816719ecd2f92b5bbc5c",
6    "entities": [
7      {
8        "tableName": "metadata",
9        "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`address` TEXT NOT NULL, `migrated` INTEGER NOT NULL, `a2dpSupportsOptionalCodecs` INTEGER NOT NULL, `a2dpOptionalCodecsEnabled` INTEGER NOT NULL, `a2dp_priority` INTEGER, `a2dp_sink_priority` INTEGER, `hfp_priority` INTEGER, `hfp_client_priority` INTEGER, `hid_host_priority` INTEGER, `pan_priority` INTEGER, `pbap_priority` INTEGER, `map_priority` INTEGER, `sap_priority` INTEGER, `hearing_aid_priority` INTEGER, `map_client_priority` INTEGER, `manufacturer_name` TEXT, `model_name` TEXT, `software_version` TEXT, `hardware_version` TEXT, `companion_app` TEXT, `main_icon` TEXT, `is_unthethered_headset` TEXT, `unthethered_left_icon` TEXT, `unthethered_right_icon` TEXT, `unthethered_case_icon` TEXT, `unthethered_left_battery` TEXT, `unthethered_right_battery` TEXT, `unthethered_case_battery` TEXT, `unthethered_left_charging` TEXT, `unthethered_right_charging` TEXT, `unthethered_case_charging` TEXT, `enhanced_settings_ui_uri` TEXT, PRIMARY KEY(`address`))",
10        "fields": [
11          {
12            "fieldPath": "address",
13            "columnName": "address",
14            "affinity": "TEXT",
15            "notNull": true
16          },
17          {
18            "fieldPath": "migrated",
19            "columnName": "migrated",
20            "affinity": "INTEGER",
21            "notNull": true
22          },
23          {
24            "fieldPath": "a2dpSupportsOptionalCodecs",
25            "columnName": "a2dpSupportsOptionalCodecs",
26            "affinity": "INTEGER",
27            "notNull": true
28          },
29          {
30            "fieldPath": "a2dpOptionalCodecsEnabled",
31            "columnName": "a2dpOptionalCodecsEnabled",
32            "affinity": "INTEGER",
33            "notNull": true
34          },
35          {
36            "fieldPath": "profilePriorites.a2dp_priority",
37            "columnName": "a2dp_priority",
38            "affinity": "INTEGER",
39            "notNull": false
40          },
41          {
42            "fieldPath": "profilePriorites.a2dp_sink_priority",
43            "columnName": "a2dp_sink_priority",
44            "affinity": "INTEGER",
45            "notNull": false
46          },
47          {
48            "fieldPath": "profilePriorites.hfp_priority",
49            "columnName": "hfp_priority",
50            "affinity": "INTEGER",
51            "notNull": false
52          },
53          {
54            "fieldPath": "profilePriorites.hfp_client_priority",
55            "columnName": "hfp_client_priority",
56            "affinity": "INTEGER",
57            "notNull": false
58          },
59          {
60            "fieldPath": "profilePriorites.hid_host_priority",
61            "columnName": "hid_host_priority",
62            "affinity": "INTEGER",
63            "notNull": false
64          },
65          {
66            "fieldPath": "profilePriorites.pan_priority",
67            "columnName": "pan_priority",
68            "affinity": "INTEGER",
69            "notNull": false
70          },
71          {
72            "fieldPath": "profilePriorites.pbap_priority",
73            "columnName": "pbap_priority",
74            "affinity": "INTEGER",
75            "notNull": false
76          },
77          {
78            "fieldPath": "profilePriorites.map_priority",
79            "columnName": "map_priority",
80            "affinity": "INTEGER",
81            "notNull": false
82          },
83          {
84            "fieldPath": "profilePriorites.sap_priority",
85            "columnName": "sap_priority",
86            "affinity": "INTEGER",
87            "notNull": false
88          },
89          {
90            "fieldPath": "profilePriorites.hearing_aid_priority",
91            "columnName": "hearing_aid_priority",
92            "affinity": "INTEGER",
93            "notNull": false
94          },
95          {
96            "fieldPath": "profilePriorites.map_client_priority",
97            "columnName": "map_client_priority",
98            "affinity": "INTEGER",
99            "notNull": false
100          },
101          {
102            "fieldPath": "publicMetadata.manufacturer_name",
103            "columnName": "manufacturer_name",
104            "affinity": "TEXT",
105            "notNull": false
106          },
107          {
108            "fieldPath": "publicMetadata.model_name",
109            "columnName": "model_name",
110            "affinity": "TEXT",
111            "notNull": false
112          },
113          {
114            "fieldPath": "publicMetadata.software_version",
115            "columnName": "software_version",
116            "affinity": "TEXT",
117            "notNull": false
118          },
119          {
120            "fieldPath": "publicMetadata.hardware_version",
121            "columnName": "hardware_version",
122            "affinity": "TEXT",
123            "notNull": false
124          },
125          {
126            "fieldPath": "publicMetadata.companion_app",
127            "columnName": "companion_app",
128            "affinity": "TEXT",
129            "notNull": false
130          },
131          {
132            "fieldPath": "publicMetadata.main_icon",
133            "columnName": "main_icon",
134            "affinity": "TEXT",
135            "notNull": false
136          },
137          {
138            "fieldPath": "publicMetadata.is_unthethered_headset",
139            "columnName": "is_unthethered_headset",
140            "affinity": "TEXT",
141            "notNull": false
142          },
143          {
144            "fieldPath": "publicMetadata.unthethered_left_icon",
145            "columnName": "unthethered_left_icon",
146            "affinity": "TEXT",
147            "notNull": false
148          },
149          {
150            "fieldPath": "publicMetadata.unthethered_right_icon",
151            "columnName": "unthethered_right_icon",
152            "affinity": "TEXT",
153            "notNull": false
154          },
155          {
156            "fieldPath": "publicMetadata.unthethered_case_icon",
157            "columnName": "unthethered_case_icon",
158            "affinity": "TEXT",
159            "notNull": false
160          },
161          {
162            "fieldPath": "publicMetadata.unthethered_left_battery",
163            "columnName": "unthethered_left_battery",
164            "affinity": "TEXT",
165            "notNull": false
166          },
167          {
168            "fieldPath": "publicMetadata.unthethered_right_battery",
169            "columnName": "unthethered_right_battery",
170            "affinity": "TEXT",
171            "notNull": false
172          },
173          {
174            "fieldPath": "publicMetadata.unthethered_case_battery",
175            "columnName": "unthethered_case_battery",
176            "affinity": "TEXT",
177            "notNull": false
178          },
179          {
180            "fieldPath": "publicMetadata.unthethered_left_charging",
181            "columnName": "unthethered_left_charging",
182            "affinity": "TEXT",
183            "notNull": false
184          },
185          {
186            "fieldPath": "publicMetadata.unthethered_right_charging",
187            "columnName": "unthethered_right_charging",
188            "affinity": "TEXT",
189            "notNull": false
190          },
191          {
192            "fieldPath": "publicMetadata.unthethered_case_charging",
193            "columnName": "unthethered_case_charging",
194            "affinity": "TEXT",
195            "notNull": false
196          },
197          {
198            "fieldPath": "publicMetadata.enhanced_settings_ui_uri",
199            "columnName": "enhanced_settings_ui_uri",
200            "affinity": "TEXT",
201            "notNull": false
202          }
203        ],
204        "primaryKey": {
205          "columnNames": [
206            "address"
207          ],
208          "autoGenerate": false
209        },
210        "indices": [],
211        "foreignKeys": []
212      }
213    ],
214    "setupQueries": [
215      "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
216      "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, \"1f6d4034a042816719ecd2f92b5bbc5c\")"
217    ]
218  }
219}