{ "formatVersion": 1, "database": { "version": 5, "identityHash": "82935f33f6fe476bd752dd3643095d69", "entities": [ { "tableName": "download", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`packageName` TEXT NOT NULL, `versionCode` INTEGER NOT NULL, `offerType` INTEGER NOT NULL, `isInstalled` INTEGER NOT NULL, `displayName` TEXT NOT NULL, `iconURL` TEXT NOT NULL, `size` INTEGER NOT NULL, `id` INTEGER NOT NULL, `downloadStatus` TEXT NOT NULL, `progress` INTEGER NOT NULL, `speed` INTEGER NOT NULL, `timeRemaining` INTEGER NOT NULL, `totalFiles` INTEGER NOT NULL, `downloadedFiles` INTEGER NOT NULL, `fileList` TEXT NOT NULL, `sharedLibs` TEXT NOT NULL, `targetSdk` INTEGER NOT NULL, `downloadedAt` INTEGER NOT NULL, `requiresGMS` INTEGER NOT NULL, PRIMARY KEY(`packageName`))", "fields": [ { "fieldPath": "packageName", "columnName": "packageName", "affinity": "TEXT", "notNull": true }, { "fieldPath": "versionCode", "columnName": "versionCode", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "offerType", "columnName": "offerType", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "isInstalled", "columnName": "isInstalled", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "displayName", "columnName": "displayName", "affinity": "TEXT", "notNull": true }, { "fieldPath": "iconURL", "columnName": "iconURL", "affinity": "TEXT", "notNull": true }, { "fieldPath": "size", "columnName": "size", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "status", "columnName": "downloadStatus", "affinity": "TEXT", "notNull": true }, { "fieldPath": "progress", "columnName": "progress", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "speed", "columnName": "speed", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "timeRemaining", "columnName": "timeRemaining", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "totalFiles", "columnName": "totalFiles", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "downloadedFiles", "columnName": "downloadedFiles", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "fileList", "columnName": "fileList", "affinity": "TEXT", "notNull": true }, { "fieldPath": "sharedLibs", "columnName": "sharedLibs", "affinity": "TEXT", "notNull": true }, { "fieldPath": "targetSdk", "columnName": "targetSdk", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "downloadedAt", "columnName": "downloadedAt", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "requiresGMS", "columnName": "requiresGMS", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "autoGenerate": false, "columnNames": [ "packageName" ] } }, { "tableName": "favourite", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`packageName` TEXT NOT NULL, `displayName` TEXT NOT NULL, `iconURL` TEXT NOT NULL, `added` INTEGER NOT NULL, `mode` TEXT NOT NULL, PRIMARY KEY(`packageName`))", "fields": [ { "fieldPath": "packageName", "columnName": "packageName", "affinity": "TEXT", "notNull": true }, { "fieldPath": "displayName", "columnName": "displayName", "affinity": "TEXT", "notNull": true }, { "fieldPath": "iconURL", "columnName": "iconURL", "affinity": "TEXT", "notNull": true }, { "fieldPath": "added", "columnName": "added", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "mode", "columnName": "mode", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "autoGenerate": false, "columnNames": [ "packageName" ] } }, { "tableName": "update", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`packageName` TEXT NOT NULL, `versionCode` INTEGER NOT NULL, `versionName` TEXT NOT NULL, `displayName` TEXT NOT NULL, `iconURL` TEXT NOT NULL, `changelog` TEXT NOT NULL, `id` INTEGER NOT NULL, `developerName` TEXT NOT NULL, `size` INTEGER NOT NULL, `updatedOn` TEXT NOT NULL, `hasValidCert` INTEGER NOT NULL, `offerType` INTEGER NOT NULL, `fileList` TEXT NOT NULL, `sharedLibs` TEXT NOT NULL, `targetSdk` INTEGER NOT NULL, PRIMARY KEY(`packageName`))", "fields": [ { "fieldPath": "packageName", "columnName": "packageName", "affinity": "TEXT", "notNull": true }, { "fieldPath": "versionCode", "columnName": "versionCode", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "versionName", "columnName": "versionName", "affinity": "TEXT", "notNull": true }, { "fieldPath": "displayName", "columnName": "displayName", "affinity": "TEXT", "notNull": true }, { "fieldPath": "iconURL", "columnName": "iconURL", "affinity": "TEXT", "notNull": true }, { "fieldPath": "changelog", "columnName": "changelog", "affinity": "TEXT", "notNull": true }, { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "developerName", "columnName": "developerName", "affinity": "TEXT", "notNull": true }, { "fieldPath": "size", "columnName": "size", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "updatedOn", "columnName": "updatedOn", "affinity": "TEXT", "notNull": true }, { "fieldPath": "hasValidCert", "columnName": "hasValidCert", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "offerType", "columnName": "offerType", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "fileList", "columnName": "fileList", "affinity": "TEXT", "notNull": true }, { "fieldPath": "sharedLibs", "columnName": "sharedLibs", "affinity": "TEXT", "notNull": true }, { "fieldPath": "targetSdk", "columnName": "targetSdk", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "autoGenerate": false, "columnNames": [ "packageName" ] } } ], "setupQueries": [ "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '82935f33f6fe476bd752dd3643095d69')" ] } }