dbfp_pub/test-data/profilecache.db_2015-06-25_...

209 lines
8.0 KiB
JSON

{
"db-config": {
"dn-name": "test-data/profilecache.db"
},
"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)"
},
"file-metadata": {
"format-ver": "0.90",
"scanner-name": "dbfp",
"scanner-ver": "0.50"
},
"tables": {
"profiles": {
"key": {
"datatype": "TEXT",
"name": "key",
"primarykey": true
},
"value": {
"datatype": "TEXT",
"name": "value"
}
},
"profiletable": {
"itemAvatarUrl": {
"datatype": "TEXT",
"name": "itemAvatarUrl",
"notnull": true
},
"itemBackgroundUrl": {
"datatype": "TEXT",
"name": "itemBackgroundUrl",
"notnull": true
},
"itemBirthday": {
"datatype": "TEXT",
"name": "itemBirthday",
"notnull": true
},
"itemDistance": {
"datatype": "DOUBLE",
"name": "itemDistance",
"notnull": true
},
"itemFeedCount": {
"datatype": "INTEGER",
"name": "itemFeedCount",
"notnull": true
},
"itemFirstName": {
"datatype": "TEXT",
"name": "itemFirstName",
"notnull": true
},
"itemFriendRequestId": {
"datatype": "TEXT",
"name": "itemFriendRequestId",
"notnull": true
},
"itemFriendRequestMessage": {
"datatype": "TEXT",
"name": "itemFriendRequestMessage",
"notnull": true
},
"itemFriendRequestTCMessageId": {
"datatype": "INTEGER",
"name": "itemFriendRequestTCMessageId",
"notnull": true
},
"itemFriendRequestTime": {
"datatype": "BIGINT",
"name": "itemFriendRequestTime",
"notnull": true
},
"itemFriendRequestType": {
"datatype": "TEXT",
"name": "itemFriendRequestType",
"notnull": true
},
"itemGender": {
"datatype": "TEXT",
"name": "itemGender",
"notnull": true
},
"itemIsBlocked": {
"datatype": "INTEGER",
"name": "itemIsBlocked",
"notnull": true
},
"itemIsFriend": {
"datatype": "INTEGER",
"name": "itemIsFriend",
"notnull": true
},
"itemIsLocationOn": {
"datatype": "INTEGER",
"name": "itemIsLocationOn",
"notnull": true
},
"itemIsNewFriendRequest": {
"datatype": "INTEGER",
"name": "itemIsNewFriendRequest",
"notnull": true
},
"itemLastLocalAccessTime": {
"datatype": "BIGINT",
"name": "itemLastLocalAccessTime",
"notnull": true
},
"itemLastLocationServerModifyTime": {
"datatype": "BIGINT",
"name": "itemLastLocationServerModifyTime",
"notnull": true
},
"itemLastName": {
"datatype": "TEXT",
"name": "itemLastName",
"notnull": true
},
"itemLastServerModifyTime": {
"datatype": "BIGINT",
"name": "itemLastServerModifyTime",
"notnull": true
},
"itemLastStatusServerModifyTime": {
"datatype": "BIGINT",
"name": "itemLastStatusServerModifyTime",
"notnull": true
},
"itemLatitude": {
"datatype": "DOUBLE",
"name": "itemLatitude",
"notnull": true
},
"itemLevel1DataSyncTime": {
"datatype": "BIGINT",
"name": "itemLevel1DataSyncTime",
"notnull": true
},
"itemLevel2DataSyncTime": {
"datatype": "BIGINT",
"name": "itemLevel2DataSyncTime",
"notnull": true
},
"itemLevel3DataSyncTime": {
"datatype": "BIGINT",
"name": "itemLevel3DataSyncTime",
"notnull": true
},
"itemLevel4DataSyncTime": {
"datatype": "BIGINT",
"name": "itemLevel4DataSyncTime",
"notnull": true
},
"itemLevel5DataSyncTime": {
"datatype": "BIGINT",
"name": "itemLevel5DataSyncTime",
"notnull": true
},
"itemLongitude": {
"datatype": "DOUBLE",
"name": "itemLongitude",
"notnull": true
},
"itemPrivacy": {
"datatype": "INTEGER",
"name": "itemPrivacy",
"notnull": true
},
"itemRefereneCount": {
"datatype": "INTEGER",
"name": "itemRefereneCount",
"notnull": true
},
"itemReverseRelationships": {
"datatype": "TEXT",
"name": "itemReverseRelationships",
"notnull": true
},
"itemStatus": {
"datatype": "TEXT",
"name": "itemStatus",
"notnull": true
},
"itemThumbnailUrl": {
"datatype": "TEXT",
"name": "itemThumbnailUrl",
"notnull": true
},
"itemUserId": {
"datatype": "TEXT",
"name": "itemUserId",
"primarykey": true
},
"itemVideoThumbnailUrl": {
"datatype": "TEXT",
"name": "itemVideoThumbnailUrl",
"notnull": true
},
"itemVideoUrl": {
"datatype": "TEXT",
"name": "itemVideoUrl",
"notnull": true
}
}
}
}