178 lines
6.5 KiB
JSON
178 lines
6.5 KiB
JSON
{
|
|
"_file-details": {
|
|
"app-name": "",
|
|
"app-ver": "",
|
|
"db-name": "profilecache.db",
|
|
"format-ver": "0.92",
|
|
"notes": "",
|
|
"scan-date": "2016-03-03_225317",
|
|
"scanner-name": "dbfp",
|
|
"scanner-ver": "1.00b"
|
|
},
|
|
"db-metadata": {
|
|
"profiles": "CREATE TABLE `profiles` (`key` TEXT PRIMARY KEY, `value` TEXT)",
|
|
"profiletable": "CREATE TABLE `profiletable` (`itemUserId` TEXT PRIMARY KEY, `itemFirstName` TEXT NOT NULL, `itemLastName` TEXT NOT NULL, `itemBirthday` TEXT NOT NULL, `itemGender` TEXT NOT NULL, `itemStatus` TEXT NOT NULL, `itemLongitude` DOUBLE NOT NULL, `itemLatitude` DOUBLE NOT NULL, `itemDistance` DOUBLE NOT NULL, `itemAvatarUrl` TEXT NOT NULL, `itemThumbnailUrl` TEXT NOT NULL, `itemVideoUrl` TEXT NOT NULL, `itemVideoThumbnailUrl` TEXT NOT NULL, `itemBackgroundUrl` TEXT NOT NULL, `itemPrivacy` INTEGER NOT NULL, `itemIsLocationOn` INTEGER NOT NULL, `itemIsFriend` INTEGER NOT NULL, `itemIsBlocked` INTEGER NOT NULL, `itemFriendRequestType` TEXT NOT NULL, `itemReverseRelationships` TEXT NOT NULL, `itemFeedCount` INTEGER NOT NULL, `itemRefereneCount` INTEGER NOT NULL, `itemLevel1DataSyncTime` BIGINT NOT NULL, `itemLevel2DataSyncTime` BIGINT NOT NULL, `itemLevel3DataSyncTime` BIGINT NOT NULL, `itemLevel4DataSyncTime` BIGINT NOT NULL, `itemLevel5DataSyncTime` BIGINT NOT NULL, `itemLastLocalAccessTime` BIGINT NOT NULL, `itemLastServerModifyTime` BIGINT NOT NULL, `itemLastLocationServerModifyTime` BIGINT NOT NULL, `itemLastStatusServerModifyTime` BIGINT NOT NULL, `itemFriendRequestId` TEXT NOT NULL, `itemFriendRequestMessage` TEXT NOT NULL, `itemFriendRequestTime` BIGINT NOT NULL, `itemIsNewFriendRequest` INTEGER NOT NULL, `itemFriendRequestTCMessageId` INTEGER NOT NULL)"
|
|
},
|
|
"db-metadata-hashes": {
|
|
"profiles": "f25cd242fb0d91d383afdf62ea361a40",
|
|
"profiletable": "f50355a48ba41e1ec127242589a34c28"
|
|
},
|
|
"db-metadata-md5": "76718e910b850406f3471b2cb61fea38",
|
|
"tables": {
|
|
"profiles": {
|
|
"key": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"value": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"profiletable": {
|
|
"itemAvatarUrl": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemBackgroundUrl": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemBirthday": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemDistance": {
|
|
"datatype": "DOUBLE",
|
|
"notnull": true
|
|
},
|
|
"itemFeedCount": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"itemFirstName": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemFriendRequestId": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemFriendRequestMessage": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemFriendRequestTCMessageId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"itemFriendRequestTime": {
|
|
"datatype": "BIGINT",
|
|
"notnull": true
|
|
},
|
|
"itemFriendRequestType": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemGender": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemIsBlocked": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"itemIsFriend": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"itemIsLocationOn": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"itemIsNewFriendRequest": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"itemLastLocalAccessTime": {
|
|
"datatype": "BIGINT",
|
|
"notnull": true
|
|
},
|
|
"itemLastLocationServerModifyTime": {
|
|
"datatype": "BIGINT",
|
|
"notnull": true
|
|
},
|
|
"itemLastName": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemLastServerModifyTime": {
|
|
"datatype": "BIGINT",
|
|
"notnull": true
|
|
},
|
|
"itemLastStatusServerModifyTime": {
|
|
"datatype": "BIGINT",
|
|
"notnull": true
|
|
},
|
|
"itemLatitude": {
|
|
"datatype": "DOUBLE",
|
|
"notnull": true
|
|
},
|
|
"itemLevel1DataSyncTime": {
|
|
"datatype": "BIGINT",
|
|
"notnull": true
|
|
},
|
|
"itemLevel2DataSyncTime": {
|
|
"datatype": "BIGINT",
|
|
"notnull": true
|
|
},
|
|
"itemLevel3DataSyncTime": {
|
|
"datatype": "BIGINT",
|
|
"notnull": true
|
|
},
|
|
"itemLevel4DataSyncTime": {
|
|
"datatype": "BIGINT",
|
|
"notnull": true
|
|
},
|
|
"itemLevel5DataSyncTime": {
|
|
"datatype": "BIGINT",
|
|
"notnull": true
|
|
},
|
|
"itemLongitude": {
|
|
"datatype": "DOUBLE",
|
|
"notnull": true
|
|
},
|
|
"itemPrivacy": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"itemRefereneCount": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"itemReverseRelationships": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemStatus": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemThumbnailUrl": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemUserId": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"itemVideoThumbnailUrl": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"itemVideoUrl": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
}
|
|
}
|
|
} |