3961 lines
150 KiB
JSON
3961 lines
150 KiB
JSON
{
|
|
"_file-metadata": {
|
|
"app-name": "com.google.android.gms",
|
|
"app-ver": "",
|
|
"dn-name": "keys.db",
|
|
"format-ver": "0.91",
|
|
"notes": "",
|
|
"scan-date": "2015-12-10_192852",
|
|
"scanner-name": "dbfp",
|
|
"scanner-ver": "0.90"
|
|
},
|
|
"db-metadata": {
|
|
"Account143": "CREATE TABLE \"Account143\" (\"Account_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"accountHolderName\" TEXT NOT NULL, \"forceFullSync\" INTEGER NOT NULL DEFAULT 1, \"lastSyncTime\" INTEGER NOT NULL DEFAULT 0, \"folderSyncClipTime\" INTEGER, \"documentSyncClipTime\" INTEGER, \"lastSyncChangeStamp\" INTEGER NOT NULL DEFAULT 0, \"lastSyncSequenceNumber\" INTEGER NOT NULL DEFAULT 0, \"minimumChangeSequenceNumber\" INTEGER NOT NULL DEFAULT 0, \"maxUploadSize\" INTEGER NOT NULL DEFAULT 5242880000000, \"forceFullSyncLevel\" INTEGER NOT NULL DEFAULT 0)",
|
|
"AccountHistory": "CREATE TABLE AccountHistory ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, account_name TEXT NOT NULL, change_type INTEGER NOT NULL, event_index INTEGER NOT NULL, change_data TEXT)",
|
|
"AndroidApp143": "CREATE TABLE \"AndroidApp143\" (\"AndroidApp_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"driveAppId\" INTEGER NOT NULL, \"packageName\" TEXT NOT NULL, \"certificateHash\" TEXT NOT NULL, \"networkTypePreference\" INTEGER NOT NULL DEFAULT 1, \"batteryUsagePreference\" INTEGER NOT NULL DEFAULT 256, \"roamingAllowed\" INTEGER NOT NULL DEFAULT 1, FOREIGN KEY(\"driveAppId\") REFERENCES \"DriveApp143\"(\"DriveApp_id\") ON DELETE CASCADE)",
|
|
"Applications": "CREATE TABLE Applications(_id INTEGER PRIMARY KEY AUTOINCREMENT, package TEXT NOT NULL, version TEXT, details_url TEXT, name TEXT, console_ids TEXT)",
|
|
"BleCharacteristics": "CREATE TABLE BleCharacteristics (_id INTEGER PRIMARY KEY AUTOINCREMENT, uuid TEXT NOT NULL, properties INTEGER, permissions INTEGER, device_id INTEGER, FOREIGN KEY(device_id) REFERENCES BleDevices(_id) ON DELETE CASCADE)",
|
|
"BleDevices": "CREATE TABLE BleDevices (_id INTEGER PRIMARY KEY AUTOINCREMENT, type TEXT, name TEXT, address NOT NULL, device_name TEXT, model_number TEXT, manufacturer TEXT, hardware_revision TEXT, firmware_revision TEXT, software_revision TEXT)",
|
|
"ChangeLog": "CREATE TABLE ChangeLog (_id INTEGER PRIMARY KEY AUTOINCREMENT, timestamp INTEGER NOT NULL, is_delete INTEGER NOT NULL, source_table TEXT NOT NULL, content BLOB NOT NULL, sync_tries INTEGER DEFAULT 0, last_sync_ms INTEGER DEFAULT 0)",
|
|
"ContentFileDeletionLock143": "CREATE TABLE \"ContentFileDeletionLock143\" (\"filename\" TEXT PRIMARY KEY NOT NULL)",
|
|
"CustomProperty143": "CREATE TABLE \"CustomProperty143\" (\"CustomProperty_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"entryId\" INTEGER NOT NULL, \"projectNumber\" INTEGER, \"name\" TEXT NOT NULL, \"value\" TEXT, \"genoaValue\" TEXT, \"actionId\" INTEGER, FOREIGN KEY(\"entryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE)",
|
|
"DataPointRows": "CREATE TABLE DataPointRows (_id INTEGER PRIMARY KEY AUTOINCREMENT, data_source_id INTEGER REFERENCES DataSources(_id), start_time INTEGER NOT NULL, end_time INTEGER NOT NULL, data_point BLOB NOT NULL)",
|
|
"DataSourceTypes": "CREATE TABLE DataSourceTypes (data_source_id INTEGER REFERENCES DataSources(_id), data_type_id INTEGER REFERENCES DataTypes(_id))",
|
|
"DataSources": "CREATE TABLE DataSources (_id INTEGER PRIMARY KEY AUTOINCREMENT, type INTEGER, identifier TEXT, version TEXT, source_name TEXT, stream_name TEXT, device_id INTEGER REFERENCES Devices(_id), application_id INTEGER REFERENCES Applications(_id))",
|
|
"DataTypeFields": "CREATE TABLE DataTypeFields (_id INTEGER PRIMARY KEY AUTOINCREMENT, field_name TEXT NOT NULL, format INTEGER NOT NULL, data_type_id INTEGER NOT NULL REFERENCES DataTypes(_id))",
|
|
"DataTypes": "CREATE TABLE DataTypes (_id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL)",
|
|
"Devices": "CREATE TABLE Devices (_id INTEGER PRIMARY KEY AUTOINCREMENT, make TEXT NOT NULL, model TEXT NOT NULL, version TEXT NOT NULL, type INTEGER, uid TEXT, platform_type INTEGER)",
|
|
"DriveApp143": "CREATE TABLE \"DriveApp143\" (\"DriveApp_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"accountId\" INTEGER NOT NULL, \"projectNumber\" INTEGER NOT NULL, \"expiryTimestamp\" INTEGER NOT NULL, \"appDataRootEntryId\" INTEGER, \"isAppDataRootPlaceholder\" INTEGER, \"scopes\" TEXT NOT NULL, FOREIGN KEY(\"accountId\") REFERENCES \"Account143\"(\"Account_id\") ON DELETE CASCADE, FOREIGN KEY(\"appDataRootEntryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE SET NULL)",
|
|
"DriveIdMapping143": "CREATE TABLE \"DriveIdMapping143\" (\"DriveIdMapping_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"resourceId\" TEXT, \"accountId\" INTEGER NOT NULL, FOREIGN KEY(\"accountId\") REFERENCES \"Account143\"(\"Account_id\") ON DELETE CASCADE)",
|
|
"Entry143": "CREATE TABLE \"Entry143\" (\"entryId\" INTEGER PRIMARY KEY AUTOINCREMENT, \"title\" TEXT NOT NULL, \"creationDate\" INTEGER NOT NULL, \"lastModifiedDate\" INTEGER NOT NULL, \"lastViewedByMeDate\" INTEGER, \"sharedWithMeDate\" INTEGER, \"shared\" INTEGER NOT NULL DEFAULT 0, \"modifiedByMeDate\" INTEGER, \"mimeType\" TEXT NOT NULL, \"canEdit\" INTEGER NOT NULL, \"starred\" INTEGER NOT NULL, \"trashed\" INTEGER NOT NULL DEFAULT 0, \"pinned\" INTEGER NOT NULL DEFAULT 0, \"sequenceNumber\" INTEGER NOT NULL DEFAULT 0, \"lastSyncSequenceNumber\" INTEGER NOT NULL DEFAULT 0, \"isDownloadable\" INTEGER NOT NULL, \"md5Checksum\" TEXT, \"localContentHash\" TEXT, \"ownerProjectNumber\" INTEGER, \"alternateLink\" TEXT, \"ownerNames\" TEXT, \"description\" TEXT, \"isCopyable\" INTEGER, \"embedLink\" TEXT, \"fileExtension\" TEXT, \"fileSize\" INTEGER DEFAULT 0, \"isViewed\" INTEGER, \"isRestricted\" INTEGER, \"originalFilename\" TEXT, \"quotaBytesUsed\" INTEGER DEFAULT 0, \"webContentLink\" TEXT, \"webViewLink\" TEXT, \"hasThumbnail\" INTEGER, \"userRole\" TEXT, \"isDeleted\" INTEGER NOT NULL DEFAULT 0, \"isDeletedActionId\" INTEGER, \"customPropertiesCount\" INTEGER NOT NULL DEFAULT 0, \"headRevisionId\" TEXT, \"uniqueIdentifier\" TEXT, \"singletonCreatorProjectNumber\" INTEGER, \"uniqueIdentifierVersion\" TEXT, \"lastModifyingUser\" INTEGER, \"sharingUser\" INTEGER, \"writersCanShare\" INTEGER NOT NULL DEFAULT 0, \"hasGenoaValues\" INTEGER NOT NULL DEFAULT 0, \"version\" INTEGER NOT NULL DEFAULT 0, \"deletedOnServerTime\" INTEGER, \"subscribed\" INTEGER NOT NULL DEFAULT 1, \"unsubscribedOnServerTime\" INTEGER, \"inDriveSpace\" INTEGER NOT NULL DEFAULT 0, \"inGooglePhotosSpace\" INTEGER NOT NULL DEFAULT 0, \"isGooglePhotos\" INTEGER NOT NULL DEFAULT 0, \"isGooglePhotosRootFolder\" INTEGER NOT NULL DEFAULT 0, \"folderColorRgb\" TEXT, \"permissionVersion\" INTEGER NOT NULL DEFAULT 0, \"inSyncContentHash\" TEXT, \"inSyncRevisionId\" TEXT, \"lastContentActionId\" INTEGER, \"genoaFileSize\" INTEGER, \"recency\" INTEGER, \"recencyReason\" TEXT, FOREIGN KEY(\"entryId\") REFERENCES \"DriveIdMapping143\"(\"DriveIdMapping_id\") ON DELETE CASCADE, FOREIGN KEY(\"localContentHash\") REFERENCES \"FileContent143\"(\"hash\") ON DELETE SET NULL, FOREIGN KEY(\"lastModifyingUser\") REFERENCES \"UserPermissions143\"(\"UserPermissions_id\") ON DELETE CASCADE, FOREIGN KEY(\"sharingUser\") REFERENCES \"UserPermissions143\"(\"UserPermissions_id\") ON DELETE CASCADE, FOREIGN KEY(\"inSyncContentHash\") REFERENCES \"FileContent143\"(\"hash\") ON DELETE SET NULL)",
|
|
"EntryAuthorizedApp143": "CREATE TABLE \"EntryAuthorizedApp143\" (\"EntryAuthorizedApp_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"entryId\" INTEGER NOT NULL, \"projectNumber\" INTEGER NOT NULL, FOREIGN KEY(\"entryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE)",
|
|
"EntryPermission143": "CREATE TABLE \"EntryPermission143\" (\"EntryPermission_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"entryId\" INTEGER NOT NULL, \"permissionId\" TEXT, \"accountIdentifier\" TEXT, \"accountName\" TEXT, \"accountType\" INTEGER NOT NULL, \"photoLink\" TEXT, \"role\" INTEGER NOT NULL, \"genoaRoleValue\" INTEGER, \"genoaRoleActionId\" INTEGER, \"isLinkRequired\" INTEGER NOT NULL DEFAULT 0, \"genoaIsLinkRequiredValue\" INTEGER, \"genoaIsLinkRequiredActionId\" INTEGER, FOREIGN KEY(\"entryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE)",
|
|
"FileContent143": "CREATE TABLE \"FileContent143\" (\"hash\" TEXT PRIMARY KEY NOT NULL, \"lastAccessed\" INTEGER NOT NULL, \"size\" INTEGER, \"internalFileName\" TEXT, \"sharedFileName\" TEXT, \"encryptionKey\" BLOB, \"encryptionAlgorithm\" TEXT)",
|
|
"GenoaValues143": "CREATE TABLE \"GenoaValues143\" (\"GenoaValues_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"entryId\" INTEGER NOT NULL, \"trashedValue\" INTEGER, \"trashedActionId\" INTEGER, \"descriptionValue\" TEXT, \"descriptionActionId\" INTEGER, \"lastViewedByMeDateValue\" INTEGER, \"lastViewedByMeDateActionId\" INTEGER, \"mimeTypeValue\" TEXT, \"mimeTypeActionId\" INTEGER, \"starredValue\" INTEGER, \"starredActionId\" INTEGER, \"titleValue\" TEXT, \"titleActionId\" INTEGER, \"viewedValue\" INTEGER, \"viewedActionId\" INTEGER, \"userRoleValue\" TEXT, \"userRoleActionId\" INTEGER, \"inDriveSpaceValue\" INTEGER, \"inDriveSpaceActionId\" INTEGER, \"canEditValue\" INTEGER, \"canEditActionId\" INTEGER, \"sharedValue\" INTEGER, \"sharedActionId\" INTEGER, \"quotaBytesUsedValue\" INTEGER, \"quotaBytesUsedActionId\" INTEGER, \"sharedWithMeTimeValue\" INTEGER, \"sharedWithMeTimeActionId\" INTEGER, \"ownerNamesValue\" TEXT, \"ownerNamesActionId\" INTEGER, \"writersCanShareValue\" INTEGER, \"writersCanShareActionId\" INTEGER, \"lastModifiedTimeValue\" INTEGER, \"lastModifiedTimeActionId\" INTEGER, \"modifiedByMeTimeValue\" INTEGER, \"modifiedByMeTimeActionId\" INTEGER, \"creationTimeValue\" INTEGER, \"creationTimeActionId\" INTEGER, \"folderColorRgbValue\" TEXT, \"folderColorRgbActionId\" INTEGER, FOREIGN KEY(\"entryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE)",
|
|
"ParentMapping143": "CREATE TABLE \"ParentMapping143\" (\"ParentMapping_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"parentEntryId\" INTEGER NOT NULL, \"childEntryId\" INTEGER NOT NULL, FOREIGN KEY(\"parentEntryId\") REFERENCES \"DriveIdMapping143\"(\"DriveIdMapping_id\") ON DELETE CASCADE, FOREIGN KEY(\"childEntryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE)",
|
|
"PartialFeed143": "CREATE TABLE \"PartialFeed143\" (\"PartialFeed_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"accountId\" INTEGER NOT NULL, \"feedType\" TEXT NOT NULL DEFAULT 'query', \"feedParameters\" TEXT NOT NULL, \"nextPageToken\" TEXT, \"clipTime\" INTEGER DEFAULT 9223372036854775807, \"numPagesRetrieved\" INTEGER NOT NULL DEFAULT 0, FOREIGN KEY(\"accountId\") REFERENCES \"Account143\"(\"Account_id\") ON DELETE CASCADE)",
|
|
"PendingAction143": "CREATE TABLE \"PendingAction143\" (\"PendingAction_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"accountId\" INTEGER NOT NULL, \"payload\" TEXT NOT NULL, \"attemptCount\" INTEGER NOT NULL, \"requiredEntryId\" INTEGER, \"applyLocallyTimestamp\" INTEGER, FOREIGN KEY(\"accountId\") REFERENCES \"Account143\"(\"Account_id\") ON DELETE CASCADE)",
|
|
"PendingCleanupAction143": "CREATE TABLE \"PendingCleanupAction143\" (\"PendingCleanupAction_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"actionType\" TEXT NOT NULL, \"actionId\" INTEGER NOT NULL, \"applyOnServerTime\" INTEGER NOT NULL, \"accountId\" INTEGER NOT NULL DEFAULT 0, FOREIGN KEY(\"accountId\") REFERENCES \"Account143\"(\"Account_id\") ON DELETE CASCADE)",
|
|
"PendingThumbnailUpload143": "CREATE TABLE \"PendingThumbnailUpload143\" (\"PendingThumbnailUpload_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"contentHash\" TEXT NOT NULL, \"entryId\" INTEGER NOT NULL, \"actionId\" INTEGER NOT NULL, FOREIGN KEY(\"contentHash\") REFERENCES \"FileContent143\"(\"hash\") ON DELETE CASCADE, FOREIGN KEY(\"entryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE, FOREIGN KEY(\"actionId\") REFERENCES \"PendingAction143\"(\"PendingAction_id\") ON DELETE CASCADE)",
|
|
"PendingUpload143": "CREATE TABLE \"PendingUpload143\" (\"PendingUpload_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"contentHash\" TEXT NOT NULL, \"entryId\" INTEGER NOT NULL, \"uploadUri\" TEXT, \"baseContentHash\" TEXT, \"actionId\" INTEGER, FOREIGN KEY(\"contentHash\") REFERENCES \"FileContent143\"(\"hash\") ON DELETE CASCADE, FOREIGN KEY(\"entryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE, FOREIGN KEY(\"baseContentHash\") REFERENCES \"FileContent143\"(\"hash\") ON DELETE CASCADE, FOREIGN KEY(\"actionId\") REFERENCES \"PendingAction143\"(\"PendingAction_id\") ON DELETE CASCADE)",
|
|
"PersistedEvent143": "CREATE TABLE \"PersistedEvent143\" (\"PersistedEvent_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"entryId\" INTEGER, \"androidAppId\" INTEGER NOT NULL, \"serializedEvent\" TEXT NOT NULL, \"nextNotificationTime\" INTEGER NOT NULL DEFAULT 0, \"attemptCount\" INTEGER NOT NULL, \"snoozeCount\" INTEGER NOT NULL DEFAULT 0, FOREIGN KEY(\"entryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE, FOREIGN KEY(\"androidAppId\") REFERENCES \"AndroidApp143\"(\"AndroidApp_id\") ON DELETE CASCADE)",
|
|
"PersistedEventContent143": "CREATE TABLE \"PersistedEventContent143\" (\"PersistedEventContent_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"persistedEventId\" INTEGER NOT NULL, \"contentHash\" TEXT NOT NULL, FOREIGN KEY(\"persistedEventId\") REFERENCES \"PersistedEvent143\"(\"PersistedEvent_id\") ON DELETE CASCADE, FOREIGN KEY(\"contentHash\") REFERENCES \"FileContent143\"(\"hash\") ON DELETE CASCADE)",
|
|
"RealtimeDocumentContent143": "CREATE TABLE \"RealtimeDocumentContent143\" (\"RealtimeDocumentContent_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"entryId\" INTEGER, \"resourceId\" TEXT, \"localId\" TEXT, \"driveAppId\" INTEGER, \"lastAccessed\" INTEGER NOT NULL, \"size\" INTEGER, \"databasePath\" TEXT, \"hasPendingChanges\" INTEGER, \"requiresSync\" INTEGER, \"historyLength\" INTEGER NOT NULL DEFAULT 0, FOREIGN KEY(\"entryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE, FOREIGN KEY(\"driveAppId\") REFERENCES \"DriveApp143\"(\"DriveApp_id\") ON DELETE CASCADE)",
|
|
"Sessions": "CREATE TABLE Sessions (_id INTEGER PRIMARY KEY AUTOINCREMENT, app_package TEXT NOT NULL, start_time INTEGER NOT NULL, end_time INTEGER NOT NULL DEFAULT 0, name TEXT NOT NULL, identifier TEXT, description TEXT, activity INTEGER NOT NULL, active_time_millis INTEGER)",
|
|
"Subscription143": "CREATE TABLE \"Subscription143\" (\"Subscription_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"entryId\" INTEGER, \"eventType\" INTEGER NOT NULL, \"packageName\" TEXT, \"eventService\" TEXT, \"signingCertificateHash\" TEXT, \"lastUpdateTime\" INTEGER NOT NULL DEFAULT 0, \"androidAppId\" INTEGER NOT NULL DEFAULT -1, \"serializedSubscriptionDetails\" TEXT, FOREIGN KEY(\"entryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE, FOREIGN KEY(\"androidAppId\") REFERENCES \"AndroidApp143\"(\"AndroidApp_id\") ON DELETE CASCADE)",
|
|
"Subscriptions": "CREATE TABLE Subscriptions (_id INTEGER PRIMARY KEY AUTOINCREMENT, app_package TEXT NOT NULL, data_source_id INTEGER REFERENCES DataSources (_id), data_type_id INTEGER REFERENCES DataTypes (_id), sampling_delay INTEGER NOT NULL, accuracy_mode INTEGER NOT NULL, timestamp INTEGER NOT NULL, realm INTEGER NOT NULL)",
|
|
"SyncFeed143": "CREATE TABLE \"SyncFeed143\" (\"SyncFeed_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"accountId\" INTEGER NOT NULL, \"space\" TEXT NOT NULL, \"query\" TEXT, \"appProjectNumber\" INTEGER, \"nextPageToken\" TEXT, \"clipTime\" INTEGER, \"numPagesRetrieved\" INTEGER NOT NULL, FOREIGN KEY(\"accountId\") REFERENCES \"Account143\"(\"Account_id\") ON DELETE CASCADE)",
|
|
"SyncStatus": "CREATE TABLE SyncStatus (_id INTEGER PRIMARY KEY AUTOINCREMENT, data_source_id INTEGER UNIQUE NOT NULL REFERENCES DataSources(_id), sync_token TEXT, is_remote INTEGER NOT NULL DEFAULT 0, last_synced_time INTEGER, min_local_timestamp INTEGER DEFAULT -1)",
|
|
"Thumbnail143": "CREATE TABLE \"Thumbnail143\" (\"Thumbnail_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"contentHash\" TEXT NOT NULL, \"entryId\" INTEGER NOT NULL, \"version\" INTEGER NOT NULL, FOREIGN KEY(\"contentHash\") REFERENCES \"FileContent143\"(\"hash\") ON DELETE CASCADE, FOREIGN KEY(\"entryId\") REFERENCES \"Entry143\"(\"entryId\") ON DELETE CASCADE)",
|
|
"UserPermissions143": "CREATE TABLE \"UserPermissions143\" (\"UserPermissions_id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"permissionsId\" TEXT NOT NULL, \"displayName\" TEXT, \"emailAddress\" TEXT, \"pictureUrl\" TEXT, \"isAuthenticatedUser\" INTEGER NOT NULL DEFAULT 0)",
|
|
"accounts": "CREATE TABLE accounts (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT UNIQUE NOT NULL)",
|
|
"achievement_definitions": "CREATE TABLE achievement_definitions (_id INTEGER PRIMARY KEY AUTOINCREMENT,game_id INTEGER REFERENCES games (_id) NOT NULL,external_achievement_id TEXT NOT NULL,type INTEGER NOT NULL,name TEXT NOT NULL,description TEXT,unlocked_icon_image_id INTEGER REFERENCES images (_id),revealed_icon_image_id INTEGER REFERENCES images (_id),total_steps INTEGER,formatted_total_steps TEXT,initial_state INTEGER NOT NULL,sorting_rank INTEGER NOT NULL,definition_xp_value INTEGER NOT NULL DEFAULT 0)",
|
|
"achievement_instances": "CREATE TABLE achievement_instances (_id INTEGER PRIMARY KEY AUTOINCREMENT,definition_id INTEGER REFERENCES achievement_definitions (_id) NOT NULL,player_id INTEGER REFERENCES players (_id) NOT NULL,state INTEGER NOT NULL,current_steps INTEGER,formatted_current_steps TEXT,last_updated_timestamp INTEGER NOT NULL DEFAULT -1,instance_xp_value INTEGER)",
|
|
"achievement_pending_ops": "CREATE TABLE achievement_pending_ops (_id INTEGER PRIMARY KEY AUTOINCREMENT,client_context_id INTEGER REFERENCES client_contexts (_id) NOT NULL,external_achievement_id TEXT NOT NULL,achievement_type INTEGER NOT NULL,new_state INTEGER,steps_to_increment INTEGER,min_steps_to_set INTEGER,external_game_id TEXT,external_player_id TEXT)",
|
|
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
|
"app_info": "CREATE TABLE app_info (_id INTEGER PRIMARY KEY AUTOINCREMENT, pb BLOB, package_name STRING, version_code STRING, digest_sha256 BLOB)",
|
|
"app_states": "CREATE TABLE app_states (_id INTEGER PRIMARY KEY AUTOINCREMENT,app_id TEXT NOT NULL,client_context_id INTEGER REFERENCES client_contexts(_id) NOT NULL,key INTEGER NOT NULL,local_version TEXT,local_data BLOB,conflict_version TEXT,conflict_data BLOB,data_dirty INTEGER NOT NULL DEFAULT 0,upsync_required INTEGER NOT NULL DEFAULT 0)",
|
|
"application_sessions": "CREATE TABLE application_sessions (_id INTEGER PRIMARY KEY AUTOINCREMENT,session_id TEXT NOT NULL,external_game_id TEXT NOT NULL,start_time INTEGER NOT NULL,end_time INTEGER NOT NULL,client_context_id INTEGER REFERENCES client_contexts (_id) NOT NULL)",
|
|
"client_contexts": "CREATE TABLE client_contexts (_id INTEGER PRIMARY KEY AUTOINCREMENT,package_name TEXT NOT NULL,package_uid INTEGER NOT NULL,account_name TEXT NOT NULL)",
|
|
"connectionConfigurations": "CREATE TABLE connectionConfigurations (_id INTEGER PRIMARY KEY AUTOINCREMENT,androidId STRING,name STRING NOT NULL,pairedBtAddress STRING NOT NULL,connectionType INTEGER NOT NULL,role INTEGER NOT NULL,connectionEnabled INTEGER NOT NULL, UNIQUE(name) ON CONFLICT REPLACE)",
|
|
"context": "CREATE TABLE context (_id INTEGER PRIMARY KEY,context_id TEXT UNIQUE NOT NULL,context_name INTEGER,module_id TEXT NOT NULL,time_type INTEGER,start_time INTEGER,end_time INTEGER,context_family INTEGER,proto_blob BLOB,string_key1 TEXT,string_key2 TEXT,string_key3 TEXT,version INTEGER NOT NULL,sync_state INTEGER NOT NULL,sync_state_mod_time_millis sync_state_mod_time_millis)",
|
|
"credential": "CREATE TABLE credential(id TEXT NOT NULL,account_id TEXT NOT NULL,data BLOB,PRIMARY KEY (account_id, id))",
|
|
"credential_affiliation": "CREATE TABLE credential_affiliation(account_id TEXT NOT NULL,credential_id TEXT NOT NULL,domain_url TEXT NOT NULL,PRIMARY KEY (account_id, credential_id, domain_url))",
|
|
"credential_app_setting": "CREATE TABLE credential_app_setting(account TEXT NOT NULL,app TEXT NOT NULL,key TEXT NOT NULL,value TEXT,PRIMARY KEY (account, app, key))",
|
|
"credential_setting": "CREATE TABLE credential_setting(account TEXT NOT NULL,key TEXT NOT NULL,value TEXT,PRIMARY KEY (account, key))",
|
|
"device_features": "CREATE TABLE device_features (_id INTEGER PRIMARY KEY AUTOINCREMENT,last_connection_timestamp INTEGER NOT NULL,feature_name TEXT NOT NULL)",
|
|
"downloads": "CREATE TABLE downloads (_id INTEGER PRIMARY KEY AUTOINCREMENT,filename TEXT NOT NULL UNIQUE,url TEXT NOT NULL,sizeBytes INTEGER NOT NULL,sha1 TEXT NOT NULL,destination TEXT,minVersion INTEGER,maxVersion INTEGER,notificationTitle TEXT,notificationDescription TEXT,enabled INTEGER DEFAULT 0,retries INTEGER DEFAULT 0,dm_id INTEGER)",
|
|
"encryptionkeys": "CREATE TABLE encryptionkeys ( key_handle INTEGER PRIMARY KEY, account STRING NOT NULL, master_key BLOB NOT NULL, creation_time INTEGER NOT NULL, expiration_time INTEGER NOT NULL )",
|
|
"event_definitions": "CREATE TABLE event_definitions (_id INTEGER PRIMARY KEY AUTOINCREMENT,event_definitions_game_id INTEGER REFERENCES games (_id) NOT NULL,external_event_id TEXT NOT NULL,name TEXT NOT NULL,description TEXT,icon_image_id INTEGER REFERENCES images (_id),sorting_rank INTEGER,visibility INTEGER)",
|
|
"event_instances": "CREATE TABLE event_instances (_id INTEGER PRIMARY KEY AUTOINCREMENT,definition_id INTEGER REFERENCES event_definitions (_id) NOT NULL,player_id INTEGER REFERENCES players (_id) NOT NULL,value INTEGER,formatted_value TEXT,last_updated_timestamp INTEGER NOT NULL DEFAULT -1)",
|
|
"event_pending_ops": "CREATE TABLE event_pending_ops (_id INTEGER PRIMARY KEY AUTOINCREMENT,instance_id INTEGER REFERENCES event_instances (_id),client_context_id INTEGER REFERENCES client_contexts (_id) NOT NULL,window_start_time INTEGER NOT NULL,window_end_time INTEGER NOT NULL,increment INTEGER,request_id INTEGER DEFAULT 0)",
|
|
"exclude_bucket": "CREATE TABLE exclude_bucket (_id INTEGER PRIMARY KEY, bucket_id TEXT UNIQUE NOT NULL)",
|
|
"experience_events": "CREATE TABLE experience_events (_id INTEGER PRIMARY KEY AUTOINCREMENT,external_experience_id TEXT NOT NULL,game_id INTEGER REFERENCES games (_id) NOT NULL,created_timestamp INTEGER NOT NULL DEFAULT -1,display_title TEXT NOT NULL,display_description TEXT NOT NULL,display_string TEXT NOT NULL,icon_id INTEGER REFERENCES images (_id),type INTEGER NOT NULL DEFAULT -1,current_xp INTEGER NOT NULL DEFAULT -1,xp_earned INTEGER NOT NULL DEFAULT 0,newLevel INTEGER NOT NULL DEFAULT -1)",
|
|
"experiment": "CREATE TABLE experiment (package TEXT, namespace TEXT , key TEXT, value BLOB, PRIMARY KEY (package, namespace, key))",
|
|
"feature": "CREATE TABLE feature (_id INTEGER PRIMARY KEY,type INTEGER NOT NULL,time_type INTEGER,start_time INTEGER,end_time INTEGER,proto_blob BLOB,string_key1 TEXT,string_key2 TEXT,string_key3 TEXT,account_id TEXT)",
|
|
"fetch_metadata": "CREATE TABLE fetch_metadata (package TEXT, namespace_digest TEXT, recent_success_times TEXT, recent_failure_times TEXT, device_context_digest BLOB, app_context_digest BLOB, PRIMARY KEY (package))",
|
|
"game_badges": "CREATE TABLE game_badges (_id INTEGER PRIMARY KEY AUTOINCREMENT,badge_game_id INTEGER REFERENCES games (_id) NOT NULL,badge_type INTEGER NOT NULL,badge_title TEXT NOT NULL,badge_description TEXT,badge_icon_image_id INTEGER REFERENCES images (_id))",
|
|
"game_instances": "CREATE TABLE game_instances (_id INTEGER PRIMARY KEY AUTOINCREMENT,instance_game_id INTEGER REFERENCES games (_id) NOT NULL,real_time_support INTEGER NOT NULL DEFAULT 0,turn_based_support INTEGER NOT NULL DEFAULT 0,platform_type INTEGER NOT NULL,instance_display_name TEXT NOT NULL,package_name TEXT,piracy_check INTEGER NOT NULL DEFAULT 0,installed INTEGER NOT NULL DEFAULT 0,preferred INTEGER NOT NULL DEFAULT 0)",
|
|
"games": "CREATE TABLE games (_id INTEGER PRIMARY KEY AUTOINCREMENT,external_game_id TEXT NOT NULL,display_name TEXT NOT NULL,primary_category TEXT,secondary_category TEXT,developer_name TEXT,game_description TEXT,game_icon_image_id INTEGER REFERENCES images (_id),game_hi_res_image_id INTEGER REFERENCES images (_id),featured_image_id INTEGER REFERENCES images (_id),play_enabled_game INTEGER NOT NULL DEFAULT 0,last_played_server_time INTEGER,last_connection_local_time INTEGER NOT NULL DEFAULT 0,last_synced_local_time INTEGER NOT NULL DEFAULT 0,metadata_version INTEGER NOT NULL DEFAULT 0,metadata_sync_requested INTEGER NOT NULL DEFAULT 0,target_instance INTEGER REFERENCES game_instances (_id),gameplay_acl_status INTEGER NOT NULL DEFAULT 1,availability INTEGER NOT NULL DEFAULT 1,owned INTEGER NOT NULL DEFAULT 0,achievement_total_count INTEGER NOT NULL DEFAULT 0,leaderboard_count INTEGER NOT NULL DEFAULT 0,price_micros INTEGER,formatted_price TEXT,full_price_micros INTEGER,formatted_full_price TEXT,muted INTEGER NOT NULL DEFAULT 0,identity_sharing_confirmed INTEGER NOT NULL DEFAULT 0,snapshots_enabled INTEGER NOT NULL DEFAULT 1,theme_color TEXT NOT NULL DEFAULT '000000')",
|
|
"hits": "CREATE TABLE hits ( 'hit_id' INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, 'hit_time' INTEGER NOT NULL, 'hit_url' TEXT NOT NULL, 'hit_string' TEXT NOT NULL,'hit_app_id' TEXT)",
|
|
"hits2": "CREATE TABLE hits2 ( 'hit_id' INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, 'hit_time' INTEGER NOT NULL, 'hit_url' TEXT NOT NULL, 'hit_string' TEXT NOT NULL, 'hit_app_id' INTEGER)",
|
|
"images": "CREATE TABLE images (_id INTEGER PRIMARY KEY AUTOINCREMENT,url TEXT,local INTEGER NOT NULL,filesize INTEGER,download_timestamp INTEGER)",
|
|
"internal_metadata": "CREATE TABLE internal_metadata (key TEXT, value BLOB, PRIMARY KEY (key))",
|
|
"invitations": "CREATE TABLE invitations (_id INTEGER PRIMARY KEY AUTOINCREMENT,game_id INTEGER REFERENCES games (_id) NOT NULL,external_invitation_id TEXT NOT NULL,external_inviter_id TEXT NOT NULL,creation_timestamp INTEGER NOT NULL,last_modified_timestamp INTEGER NOT NULL,description TEXT,type INTEGER NOT NULL,variant INTEGER NOT NULL DEFAULT -1,has_automatch_criteria INTEGER NOT NULL DEFAULT 0,automatch_min_players INTEGER,automatch_max_players INTEGER,inviter_in_circles INTEGER NOT NULL DEFAULT 1)",
|
|
"leaderboard_instances": "CREATE TABLE leaderboard_instances (_id INTEGER PRIMARY KEY AUTOINCREMENT,leaderboard_id INTEGER REFERENCES leaderboards (_id) NOT NULL,timespan INTEGER NOT NULL,collection INTEGER NOT NULL,player_raw_score INTEGER,player_display_score TEXT,player_rank INTEGER,player_display_rank TEXT,player_score_tag TEXT,total_scores INTEGER,top_page_token_next TEXT,window_page_token_prev TEXT,window_page_token_next TEXT)",
|
|
"leaderboard_pending_scores": "CREATE TABLE leaderboard_pending_scores (_id INTEGER PRIMARY KEY AUTOINCREMENT,client_context_id INTEGER REFERENCES client_contexts (_id) NOT NULL,external_game_id TEXT NOT NULL,external_leaderboard_id TEXT NOT NULL,external_player_id TEXT NOT NULL,raw_score INTEGER NOT NULL,achieved_timestamp INTEGER NOT NULL,score_tag TEXT,signature TEXT NOT NULL DEFAULT '')",
|
|
"leaderboard_scores": "CREATE TABLE leaderboard_scores (_id INTEGER PRIMARY KEY AUTOINCREMENT,instance_id INTEGER REFERENCES leaderboard_instances (_id) NOT NULL,page_type INTEGER NOT NULL DEFAULT 0,player_id INTEGER REFERENCES players (_id),default_display_name TEXT,default_display_image_id INTEGER REFERENCES images (_id),rank INTEGER NOT NULL,display_rank TEXT NOT NULL,raw_score INTEGER NOT NULL,display_score TEXT NOT NULL,achieved_timestamp INTEGER NOT NULL,score_tag TEXT)",
|
|
"leaderboards": "CREATE TABLE leaderboards (_id INTEGER PRIMARY KEY AUTOINCREMENT,game_id INTEGER REFERENCES games (_id) NOT NULL,external_leaderboard_id TEXT NOT NULL,name TEXT NOT NULL,board_icon_image_id INTEGER REFERENCES images (_id),sorting_rank INTEGER,score_order INTEGER NOT NULL)",
|
|
"local_fingerprints": "CREATE TABLE local_fingerprints (content_uri TEXT PRIMARY KEY NOT NULL, fingerprint TEXT NOT NULL)",
|
|
"local_folders": "CREATE TABLE local_folders (bucket_id TEXT UNIQUE NOT NULL)",
|
|
"local_reports": "CREATE TABLE local_reports (_id integer PRIMARY KEY AUTOINCREMENT, api integer, network_type integer, ssid text, security_type integer,bssid text, cellid text, package text, timestamp_millis integer, latency_micros integer DEFAULT -1, bytes_downloaded integer DEFAULT -1, bytes_uploaded integer DEFAULT -1, duration_millis integer DEFAULT -1, measurement_type integer DEFAULT -1, throughput_bps integer DEFAULT -1, version_code integer)",
|
|
"lru_table": "CREATE TABLE lru_table(rowkey TEXT NOT NULL PRIMARY KEY, soft_ttl_millis INTEGER, last_updated_millis INTEGER, last_requested_millis INTEGER NOT NULL, etag TEXT, value BLOB)",
|
|
"main": "CREATE TABLE main (a TEXT NOT NULL, b LONG NOT NULL, c LONG NOT NULL, d TEXT NON NULL, e TEXT NON NULL,f BLOB NOT NULL)",
|
|
"matches": "CREATE TABLE matches (_id INTEGER PRIMARY KEY AUTOINCREMENT,game_id INTEGER REFERENCES games (_id) NOT NULL,external_match_id TEXT NOT NULL,creator_external TEXT NOT NULL,creation_timestamp INTEGER NOT NULL,last_updater_external TEXT,last_updated_timestamp INTEGER,pending_participant_external TEXT,data BLOB,status INTEGER NOT NULL,description TEXT,version INTEGER NOT NULL,variant INTEGER NOT NULL DEFAULT -1,notification_text TEXT,user_match_status INTEGER NOT NULL,has_automatch_criteria INTEGER NOT NULL,automatch_min_players INTEGER,automatch_max_players INTEGER,automatch_bit_mask INTEGER,automatch_wait_estimate_sec INTEGER NOT NULL DEFAULT -1,rematch_id TEXT,match_number INTEGER NOT NULL DEFAULT 1,previous_match_data BLOB,upsync_required INTEGER NOT NULL DEFAULT 0,description_participant_id TEXT)",
|
|
"matches_pending_ops": "CREATE TABLE matches_pending_ops (_id INTEGER PRIMARY KEY AUTOINCREMENT,client_context_id INTEGER REFERENCES client_contexts (_id) NOT NULL,type INTEGER NOT NULL,external_game_id TEXT NOT NULL,external_match_id TEXT,pending_participant_id TEXT,version INTEGER,is_turn INTEGER,results TEXT)",
|
|
"media_record": "CREATE TABLE media_record (_id INTEGER PRIMARY KEY AUTOINCREMENT,album_id TEXT,upload_url TEXT,bucket_id TEXT,upload_error TEXT,resume_token TEXT,event_id TEXT,fingerprint TEXT,component_name TEXT,mime_type TEXT,media_url TEXT NOT NULL,allow_full_res INTEGER NOT NULL DEFAULT 1,media_time INTEGER NOT NULL,media_hash INTEGER NOT NULL,media_id INTEGER NOT NULL,upload_time INTEGER,bytes_uploaded INTEGER,retry_end_time INTEGER NOT NULL DEFAULT 0,upload_id INTEGER,bytes_total INTEGER NOT NULL DEFAULT -1,upload_finish_time INTEGER NOT NULL DEFAULT 0,upload_account_id INTEGER NOT NULL DEFAULT -1,upload_reason INTEGER NOT NULL DEFAULT 0,upload_state INTEGER NOT NULL DEFAULT 500,upload_status INTEGER NOT NULL DEFAULT 0,upload_task_state INTEGER,from_camera INTEGER NOT NULL DEFAULT 0,is_image INTEGER NOT NULL DEFAULT 1)",
|
|
"media_tracker": "CREATE TABLE media_tracker (_id INTEGER PRIMARY KEY, volume_name TEXT NOT NULL, media_type TEXT NOT NULL,last_media_id INTEGER NOT NULL DEFAULT(0))",
|
|
"milestones": "CREATE TABLE milestones (_id INTEGER PRIMARY KEY AUTOINCREMENT,completion_reward_data BLOB,external_milestone_id TEXT NOT NULL,event_instance_id INTEGER REFERENCES event_instances (_id) NOT NULL,initial_value INTEGER NOT NULL,quest_id INTEGER REFERENCES quests (_id) NOT NULL,milestones_sorting_rank INTEGER NOT NULL,milestone_state INTEGER NOT NULL,target_value INTEGER NOT NULL)",
|
|
"notifications": "CREATE TABLE notifications (_id INTEGER PRIMARY KEY AUTOINCREMENT,notification_id TEXT,game_id INTEGER REFERENCES games (_id) NOT NULL,external_sub_id TEXT NOT NULL,type INTEGER NOT NULL,image_id INTEGER REFERENCES images (_id),ticker TEXT,title TEXT,text TEXT,coalesced_text TEXT,timestamp INTEGER NOT NULL DEFAULT -1,acknowledged INTEGER NOT NULL DEFAULT 0,alert_level INTEGER NOT NULL DEFAULT 1)",
|
|
"operations": "CREATE TABLE operations (_id INTEGER PRIMARY KEY AUTOINCREMENT,op_code INTEGER NOT NULL,write_time_millis INTEGER NOT NULL,package_id INTEGER REFERENCES packages(_id),account_id INTEGER REFERENCES accounts(_id),client_id TEXT NOT NULL,expiration_time INTEGER,network_status INTEGER NOT NULL,network_last_update_millis INTEGER NOT NULL,deletable INTEGER NOT NULL,proto BLOB)",
|
|
"override": "CREATE TABLE override (package TEXT, namespace TEXT, key TEXT, value BLOB, PRIMARY KEY (package, namespace, key))",
|
|
"overrides": "CREATE TABLE overrides (package TEXT, key TEXT, value BLOB, PRIMARY KEY (package, key))",
|
|
"packages": "CREATE TABLE packages (uid INTEGER,package_name STRING,PRIMARY KEY (uid,package_name))",
|
|
"participants": "CREATE TABLE participants (_id INTEGER PRIMARY KEY AUTOINCREMENT,match_id INTEGER REFERENCES matches (_id),invitation_id INTEGER REFERENCES invitations (_id),external_participant_id TEXT NOT NULL,player_id INTEGER REFERENCES players (_id),default_display_image_id INTEGER REFERENCES images (_id),default_display_hi_res_image_id INTEGER REFERENCES images (_id),default_display_name TEXT,player_status INTEGER NOT NULL,client_address TEXT,result_type INTEGER,placing INTEGER,connected INTEGER,capabilities INTEGER)",
|
|
"player_levels": "CREATE TABLE player_levels (_id INTEGER PRIMARY KEY AUTOINCREMENT,level_value INTEGER NOT NULL,level_min_xp INTEGER NOT NULL DEFAULT -1,level_max_xp INTEGER NOT NULL DEFAULT -1,version INTEGER NOT NULL)",
|
|
"players": "CREATE TABLE players (_id INTEGER PRIMARY KEY AUTOINCREMENT,external_player_id TEXT NOT NULL,profile_name TEXT NOT NULL,profile_icon_image_id INTEGER REFERENCES images (_id),profile_hi_res_image_id INTEGER REFERENCES images (_id),last_updated INTEGER NOT NULL,is_in_circles INTEGER NOT NULL DEFAULT -1,current_xp_total INTEGER NOT NULL DEFAULT -1,current_level INTEGER NOT NULL DEFAULT -1,current_level_min_xp INTEGER NOT NULL DEFAULT -1,current_level_max_xp INTEGER NOT NULL DEFAULT -1,next_level INTEGER NOT NULL DEFAULT -1,next_level_max_xp INTEGER NOT NULL DEFAULT -1,last_level_up_timestamp INTEGER NOT NULL DEFAULT -1,player_title TEXT,has_all_public_acls INTEGER NOT NULL DEFAULT 1,is_profile_visible INTEGER NOT NULL DEFAULT 1,most_recent_activity_timestamp INTEGER NOT NULL DEFAULT -1,most_recent_external_game_id TEXT,most_recent_game_name TEXT,most_recent_game_icon_id INTEGER REFERENCES images (_id),most_recent_game_hi_res_id INTEGER REFERENCES images (_id),most_recent_game_featured_id INTEGER REFERENCES images (_id))",
|
|
"properties": "CREATE TABLE properties ( app_uid INTEGER NOT NULL, cid TEXT NOT NULL, tid TEXT NOT NULL, params TEXT NOT NULL, adid INTEGER NOT NULL, hits_count INTEGER NOT NULL, PRIMARY KEY (app_uid, cid, tid))",
|
|
"quests": "CREATE TABLE quests (_id INTEGER PRIMARY KEY AUTOINCREMENT,accepted_ts INTEGER NOT NULL DEFAULT -1,quest_banner_image_id INTEGER REFERENCES images (_id),quest_description TEXT NOT NULL,quest_end_ts INTEGER NOT NULL,external_quest_id TEXT NOT NULL,game_id INTEGER REFERENCES games (_id) NOT NULL,quest_icon_image_id INTEGER REFERENCES images (_id),quest_last_updated_ts INTEGER NOT NULL DEFAULT -1,quest_name TEXT NOT NULL,notified INTEGER NOT NULL DEFAULT 0,notification_ts INTEGER NOT NULL,quest_start_ts INTEGER NOT NULL,quest_state INTEGER NOT NULL,quest_type INTEGER NOT NULL)",
|
|
"registrations": "CREATE TABLE registrations (uid INTEGER,package_name STRING,subscription STRING,reg_id STRING,expiration INTEGER,PRIMARY KEY (uid,package_name,subscription) ON CONFLICT REPLACE)",
|
|
"relation": "CREATE TABLE relation (_id INTEGER PRIMARY KEY,relation_id TEXT UNIQUE NOT NULL,relation_name INTEGER,time_type INTEGER,start_time INTEGER,end_time INTEGER,proto_blob BLOB,string_key1 TEXT,string_key2 TEXT,string_key3 TEXT,version INTEGER NOT NULL,sync_state INTEGER NOT NULL,sync_state_mod_time_millis INTEGER NOT NULL)",
|
|
"relation_from": "CREATE TABLE relation_from (relation_row_id INTEGER NOT NULL,context_id TEXT NOT NULL)",
|
|
"relation_to": "CREATE TABLE relation_to (relation_row_id INTEGER NOT NULL,context_id TEXT NOT NULL)",
|
|
"removed_packages": "CREATE TABLE removed_packages (uid INTEGER,package_name STRING,PRIMARY KEY (uid,package_name))",
|
|
"request_pending_ops": "CREATE TABLE request_pending_ops (_id INTEGER PRIMARY KEY AUTOINCREMENT,external_request_id TEXT NOT NULL,external_game_id TEXT NOT NULL,client_context_id INTEGER NOT NULL)",
|
|
"request_recipients": "CREATE TABLE request_recipients (_id INTEGER PRIMARY KEY AUTOINCREMENT,request_id INTEGER REFERENCES requests (_id) NOT NULL,player_id INTEGER REFERENCES players (_id) NOT NULL,recipient_status INTEGER NOT NULL DEFAULT 0)",
|
|
"requests": "CREATE TABLE requests (_id INTEGER PRIMARY KEY AUTOINCREMENT,external_request_id TEXT NOT NULL,game_id INTEGER REFERENCES games (_id) NOT NULL,sender_id INTEGER REFERENCES players (_id) NOT NULL,data BLOB,type INTEGER NOT NULL DEFAULT -1,creation_timestamp INTEGER NOT NULL DEFAULT 0,expiration_timestamp INTEGER NOT NULL DEFAULT 0,status INTEGER NOT NULL DEFAULT -1)",
|
|
"server_fingerprints": "CREATE TABLE server_fingerprints (_id INTEGER PRIMARY KEY, fingerprint TEXT NOT NULL, image_url TEXT, photo_id INT NOT NULL DEFAULT(0), owner_id TEXT NOT NULL, UNIQUE (owner_id, image_url), UNIQUE (owner_id, photo_id))",
|
|
"signingkeys": "CREATE TABLE signingkeys ( key_handle STRING PRIMARY KEY, public_key BLOB NOT NULL, private_key BLOB NOT NULL, creation_time INTEGER NOT NULL, expiration_time INTEGER NOT NULL )",
|
|
"snapshots": "CREATE TABLE snapshots (_id INTEGER PRIMARY KEY AUTOINCREMENT,game_id INTEGER REFERENCES games (_id) NOT NULL,owner_id INTEGER REFERENCES players (_id) NOT NULL,external_snapshot_id TEXT NOT NULL,drive_resolved_id_string TEXT,drive_resource_id_string TEXT,cover_icon_image_id INTEGER REFERENCES images (_id),title TEXT,description TEXT,last_modified_timestamp INTEGER NOT NULL DEFAULT -1,duration INTEGER NOT NULL DEFAULT -1,cover_icon_image_height INTEGER NOT NULL DEFAULT 0,cover_icon_image_width INTEGER NOT NULL DEFAULT 0,unique_name TEXT NOT NULL,visible INTEGER NOT NULL DEFAULT 1)",
|
|
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)"
|
|
},
|
|
"db-metadata-hashes": {
|
|
"Account143": "1921c8925235e313a92f2591f8d3c8b4",
|
|
"AccountHistory": "12e3c42fd55bf4ab2a48340e21524fb2",
|
|
"AndroidApp143": "1c1f5b6504fef44d9dc7f7cad3cefc24",
|
|
"Applications": "74ba46c998a452bc0eab7b3fc4465ce3",
|
|
"BleCharacteristics": "a947ef7298068efc3596f5a168a0f26c",
|
|
"BleDevices": "812f8b071a8fff6453491cad51599646",
|
|
"ChangeLog": "d367a9797bd366d83e4d48424bf38b48",
|
|
"ContentFileDeletionLock143": "b19e0c6048bd4ddb214e79267593331c",
|
|
"CustomProperty143": "2f1ac2c1d136185b248aee4f34fbcc48",
|
|
"DataPointRows": "b073bd25a51191881a83bd8eef36a6b7",
|
|
"DataSourceTypes": "fa031e7a8ae526b0337ca5a75100b2a9",
|
|
"DataSources": "3159a7fc6e1abd004a425a2c1f597184",
|
|
"DataTypeFields": "859905ffc96b14edb90988bcce2d79bf",
|
|
"DataTypes": "bcbcc52ce27332851b24f3d1b546465b",
|
|
"Devices": "26530038c1f8b0b66259387147194bcf",
|
|
"DriveApp143": "e56bc29f83571910d04df429ee98ec4d",
|
|
"DriveIdMapping143": "22383e11e7f9aa2eb9444ac7e12d1d6e",
|
|
"Entry143": "0bff7c52f912bc98975c9c044182a90d",
|
|
"EntryAuthorizedApp143": "1d6f7f39e83ba8ab479a329460b57dcb",
|
|
"EntryPermission143": "c77370f9300a7dac7c4964e2b8beefd3",
|
|
"FileContent143": "490d0863631c28ee29890d0b71be43ba",
|
|
"GenoaValues143": "edaef3765d79409a89a92b61a7835a04",
|
|
"ParentMapping143": "d20b75756a18580e4ecc2529c6924581",
|
|
"PartialFeed143": "332ac9127fee3f9f4f725c55f227b5d6",
|
|
"PendingAction143": "531be51d5221157c218c527f9c362a25",
|
|
"PendingCleanupAction143": "8b75e88a4ff018d54d8bab2e000ed3f4",
|
|
"PendingThumbnailUpload143": "28e49540cd9a6e84313f492ce7cbfd49",
|
|
"PendingUpload143": "bc9dfb2afc5c881ec2e9fff16b33a709",
|
|
"PersistedEvent143": "d226b646557b72e7c8ca1a301ca0d653",
|
|
"PersistedEventContent143": "eea4e453369e162f5d0fe38c09ac4d26",
|
|
"RealtimeDocumentContent143": "7f9c6014540d03dace85113668d5d5e2",
|
|
"Sessions": "ce99b3e7c27e18688309695ff43ed83e",
|
|
"Subscription143": "67ab61d745051b85e26ccdaaec93d7d7",
|
|
"Subscriptions": "d56cf36625565862ad10d27713828941",
|
|
"SyncFeed143": "eaedaf9ddfdca36c8b052be07a447d7c",
|
|
"SyncStatus": "a0e0a02b376eac6f50e3d3ba7bc8c1fb",
|
|
"Thumbnail143": "6461da595d2cf7558b6c69efe80a18ca",
|
|
"UserPermissions143": "facdec49e49be6c9e0666ff4c546e6d5",
|
|
"accounts": "628b2bc7af80a840c94ec1d472528edf",
|
|
"achievement_definitions": "8ee9ec2cecf4600f2eaccf01290aa376",
|
|
"achievement_instances": "2dc97713843110ca1a5c6a0a5ccf76a9",
|
|
"achievement_pending_ops": "abb5266642e7625d6739291fff4c793f",
|
|
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
|
"app_info": "5872aa7ed50d3f90207f39a1e2fe1b36",
|
|
"app_states": "a07d17f6016c1904183d33e1181994eb",
|
|
"application_sessions": "8791d74f0b2ca4fd4cd8db3cd2583912",
|
|
"client_contexts": "214b6222b52b25d5c65a7938d29d5c43",
|
|
"connectionConfigurations": "474cca0cbce4bc56cde84486493cb4c4",
|
|
"context": "b570b9b7cde71ce3008a6df0c6882205",
|
|
"credential": "ff1446387e16d08af6d10e9b7aee1d01",
|
|
"credential_affiliation": "383d3b94eb3d4deb28216a0a88cf798c",
|
|
"credential_app_setting": "586b3d990301e62d03c3cf0c460fe090",
|
|
"credential_setting": "1fa8123b312b54bb0fdaed71fa1db74f",
|
|
"device_features": "e87b36b9c24207e9c9f688969f763106",
|
|
"downloads": "67b9255bc5ada4b51029f379e897f289",
|
|
"encryptionkeys": "a57b94522206fe4b61a264bafa46f002",
|
|
"event_definitions": "84f1dc597190f1363f785ff9b38f51ba",
|
|
"event_instances": "114f3a7f5c43082620ef942aea3fa998",
|
|
"event_pending_ops": "dde888ec136e7b71ad8d5d6bdfdbde0c",
|
|
"exclude_bucket": "7fa77ff7871b148846e37ee15a6a905c",
|
|
"experience_events": "5a6dc9e6443728f37425da43ff70ad93",
|
|
"experiment": "89709f2881041f3f2382663fa00610a3",
|
|
"feature": "1829660b11f6712a2957588c1da9d716",
|
|
"fetch_metadata": "fa749920613c7e4bd49ebbbfd1720bc6",
|
|
"game_badges": "cab66bee9b3097cfbef89296a9b419aa",
|
|
"game_instances": "fe0554b9c37e6ff9cc27d10f08a22a7b",
|
|
"games": "0ff6f355e71737848a2399bfb2bcd566",
|
|
"hits": "3349b8714b8a8033141bf826efb6c7e5",
|
|
"hits2": "e923bd71d67ff431a43ecd9429648faf",
|
|
"images": "aeaf76f464ee6c3827c50bdce7c8dd9e",
|
|
"internal_metadata": "b7b50cd354aac9d826b6a46a4cc1ecdb",
|
|
"invitations": "e4cff3f7755ce3dd39534d3e555b8f5c",
|
|
"leaderboard_instances": "e5988589bcec0b6cd51f40974e3045f9",
|
|
"leaderboard_pending_scores": "373073a2cc0e1aed0d2238f20ace27e5",
|
|
"leaderboard_scores": "d050e33be6cfc0f767630d07e2b801ab",
|
|
"leaderboards": "f7bdaca6a987a4b59a95ec6601cb6127",
|
|
"local_fingerprints": "f87ca1a86a7cf2c498f3cd3ca18bc826",
|
|
"local_folders": "a7409ad44e92c890b11850c2799d7479",
|
|
"local_reports": "7c724e0d24937cebad00a58dc94fc341",
|
|
"lru_table": "047667bb74c68e352e01a08ff9ae0ae4",
|
|
"main": "fe108abb5ff17b3d5cf87d8347058999",
|
|
"matches": "140ea13f33c37f9c46e824be19e10420",
|
|
"matches_pending_ops": "754aa10fce0dac4d4a244f613103de50",
|
|
"media_record": "a5a54d2ac93b8aa5a8fba2f6e121633e",
|
|
"media_tracker": "ebed9f81f1c6e286d261044b770d5315",
|
|
"milestones": "180003e022262478719e93f96dfe6c75",
|
|
"notifications": "945b268f684b1a52b42cd802c7bdd660",
|
|
"operations": "f2d70c426ac228401bcff6b2e36d824f",
|
|
"override": "58ff373730fec5f3b21d6b251f0e8f93",
|
|
"overrides": "1c7ce35ab1145781807ff1e79dddd4c1",
|
|
"packages": "4578b819acc244f45ccdc7e3357410d9",
|
|
"participants": "59af785de875609bd8afd5b0d811dc0f",
|
|
"player_levels": "f25bf3356b1700e431598bb8b40bb154",
|
|
"players": "587dcef6e3aa3461dd072c1d0ae98e7b",
|
|
"properties": "6b0c0db04ef0df4f25a6e937a26ea3d3",
|
|
"quests": "0b95bca9bc6a3f5ab7fe374cc756c0b1",
|
|
"registrations": "1444d3f7d8e6b5756ea66c6cedd309d7",
|
|
"relation": "79623bbd16cc0c97ad4eabd76393b09c",
|
|
"relation_from": "eb9f03627aaa22c71bb4a9d95d5f1b39",
|
|
"relation_to": "fb572352c0f5aa6b4287aedd62950160",
|
|
"removed_packages": "49322e83d357d37324dc1d7dd0361930",
|
|
"request_pending_ops": "b197b36464dfd2c06572d248507a6eec",
|
|
"request_recipients": "5fcc4be806ed403d93b59ef8c30d0fb9",
|
|
"requests": "9227a84922a398288688e539003304af",
|
|
"server_fingerprints": "ca73236b2244c4a2762c2fcdb8c4e7d5",
|
|
"signingkeys": "dd0ded8ef7433f1bc781ed51b59eab46",
|
|
"snapshots": "aae285183766fd74d11bc18a96d3ff27",
|
|
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2"
|
|
},
|
|
"db-metadata-md5": "f50245cd01ab584b374935c3b4f58186",
|
|
"tables": {
|
|
"Account143": {
|
|
"Account_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"accountHolderName": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"documentSyncClipTime": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"folderSyncClipTime": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"forceFullSync": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"forceFullSyncLevel": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"lastSyncChangeStamp": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"lastSyncSequenceNumber": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"lastSyncTime": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"maxUploadSize": {
|
|
"datatype": "INTEGER",
|
|
"default": "5242880000000",
|
|
"notnull": true
|
|
},
|
|
"minimumChangeSequenceNumber": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"AccountHistory": {
|
|
"account_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"change_data": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"change_type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"event_index": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
}
|
|
},
|
|
"AndroidApp143": {
|
|
"AndroidApp_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"batteryUsagePreference": {
|
|
"datatype": "INTEGER",
|
|
"default": "256",
|
|
"notnull": true
|
|
},
|
|
"certificateHash": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"driveAppId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"networkTypePreference": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"packageName": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"roamingAllowed": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"Applications": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"console_ids": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"details_url": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"package": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"version": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"BleCharacteristics": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"device_id": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"permissions": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"properties": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"uuid": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"BleDevices": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"address": {
|
|
"datatype": "NOT"
|
|
},
|
|
"device_name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"firmware_revision": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"hardware_revision": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"manufacturer": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"model_number": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"software_revision": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"type": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"ChangeLog": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"content": {
|
|
"datatype": "BLOB",
|
|
"notnull": true
|
|
},
|
|
"is_delete": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"last_sync_ms": {
|
|
"datatype": "INTEGER",
|
|
"default": "0"
|
|
},
|
|
"source_table": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"sync_tries": {
|
|
"datatype": "INTEGER",
|
|
"default": "0"
|
|
},
|
|
"timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"ContentFileDeletionLock143": {
|
|
"filename": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
}
|
|
},
|
|
"CustomProperty143": {
|
|
"CustomProperty_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"actionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"entryId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"genoaValue": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"projectNumber": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"value": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"DataPointRows": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"data_point": {
|
|
"datatype": "BLOB",
|
|
"notnull": true
|
|
},
|
|
"data_source_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "DataSources(_id)"
|
|
},
|
|
"end_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"start_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"DataSourceTypes": {
|
|
"data_source_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "DataSources(_id)"
|
|
},
|
|
"data_type_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "DataTypes(_id)"
|
|
}
|
|
},
|
|
"DataSources": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"application_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "Applications(_id)"
|
|
},
|
|
"device_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "Devices(_id)"
|
|
},
|
|
"identifier": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"source_name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"stream_name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"type": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"version": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"DataTypeFields": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"data_type_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"field_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"format": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"DataTypes": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"Devices": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"make": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"model": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"platform_type": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"type": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"uid": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"version": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"DriveApp143": {
|
|
"DriveApp_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"accountId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"appDataRootEntryId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"expiryTimestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"isAppDataRootPlaceholder": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"projectNumber": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"scopes": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"DriveIdMapping143": {
|
|
"DriveIdMapping_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"accountId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"resourceId": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"Entry143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"alternateLink": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"canEdit": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"creationDate": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"customPropertiesCount": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"deletedOnServerTime": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"description": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"embedLink": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"entryId": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"fileExtension": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"fileSize": {
|
|
"datatype": "INTEGER",
|
|
"default": "0"
|
|
},
|
|
"folderColorRgb": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"genoaFileSize": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"hasGenoaValues": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"hasThumbnail": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"headRevisionId": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"inDriveSpace": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"inGooglePhotosSpace": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"inSyncContentHash": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"inSyncRevisionId": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"isCopyable": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"isDeleted": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"isDeletedActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"isDownloadable": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"isGooglePhotos": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"isGooglePhotosRootFolder": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"isRestricted": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"isViewed": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"lastContentActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"lastModifiedDate": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"lastModifyingUser": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"lastSyncSequenceNumber": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"lastViewedByMeDate": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"localContentHash": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"md5Checksum": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"mimeType": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"modifiedByMeDate": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"originalFilename": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"ownerNames": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"ownerProjectNumber": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"permissionVersion": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"pinned": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"quotaBytesUsed": {
|
|
"datatype": "INTEGER",
|
|
"default": "0"
|
|
},
|
|
"recency": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"recencyReason": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"sequenceNumber": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"shared": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"sharedWithMeDate": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"sharingUser": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"singletonCreatorProjectNumber": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"starred": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"subscribed": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"title": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"trashed": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"uniqueIdentifier": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"uniqueIdentifierVersion": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"unsubscribedOnServerTime": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"userRole": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"version": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"webContentLink": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"webViewLink": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"writersCanShare": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"EntryAuthorizedApp143": {
|
|
"EntryAuthorizedApp_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"entryId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"projectNumber": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"EntryPermission143": {
|
|
"EntryPermission_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"accountIdentifier": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"accountName": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"accountType": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"entryId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"genoaIsLinkRequiredActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"genoaIsLinkRequiredValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"genoaRoleActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"genoaRoleValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"isLinkRequired": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"permissionId": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"photoLink": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"role": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"FileContent143": {
|
|
"encryptionAlgorithm": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"encryptionKey": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"hash": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"internalFileName": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"lastAccessed": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"sharedFileName": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"size": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
},
|
|
"GenoaValues143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"GenoaValues_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"canEditActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"canEditValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"creationTimeActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"creationTimeValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"descriptionActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"descriptionValue": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"entryId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"folderColorRgbActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"folderColorRgbValue": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"inDriveSpaceActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"inDriveSpaceValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"lastModifiedTimeActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"lastModifiedTimeValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"lastViewedByMeDateActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"lastViewedByMeDateValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"mimeTypeActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"mimeTypeValue": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"modifiedByMeTimeActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"modifiedByMeTimeValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"ownerNamesActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"ownerNamesValue": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"quotaBytesUsedActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"quotaBytesUsedValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"sharedActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"sharedValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"sharedWithMeTimeActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"sharedWithMeTimeValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"starredActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"starredValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"titleActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"titleValue": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"trashedActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"trashedValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"userRoleActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"userRoleValue": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"viewedActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"viewedValue": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"writersCanShareActionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"writersCanShareValue": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
},
|
|
"ParentMapping143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"ParentMapping_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"childEntryId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"parentEntryId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"PartialFeed143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"PartialFeed_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"accountId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"clipTime": {
|
|
"datatype": "INTEGER",
|
|
"default": "9223372036854775807"
|
|
},
|
|
"feedParameters": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"feedType": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"nextPageToken": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"numPagesRetrieved": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"PendingAction143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"PendingAction_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"accountId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"applyLocallyTimestamp": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"attemptCount": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"payload": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"requiredEntryId": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
},
|
|
"PendingCleanupAction143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"PendingCleanupAction_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"accountId": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"actionId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"actionType": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"applyOnServerTime": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"PendingThumbnailUpload143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"PendingThumbnailUpload_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"actionId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"contentHash": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"entryId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"PendingUpload143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"PendingUpload_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"actionId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"baseContentHash": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"contentHash": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"entryId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"uploadUri": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"PersistedEvent143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"PersistedEvent_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"androidAppId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"attemptCount": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"entryId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"nextNotificationTime": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"serializedEvent": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"snoozeCount": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"PersistedEventContent143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"PersistedEventContent_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"contentHash": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"persistedEventId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"RealtimeDocumentContent143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"RealtimeDocumentContent_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"databasePath": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"driveAppId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"entryId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"hasPendingChanges": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"historyLength": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"lastAccessed": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"localId": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"requiresSync": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"resourceId": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"size": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
},
|
|
"Sessions": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"active_time_millis": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"activity": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"app_package": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"description": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"end_time": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"identifier": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"start_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"Subscription143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"Subscription_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"androidAppId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"entryId": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"eventService": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"eventType": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"lastUpdateTime": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"packageName": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"serializedSubscriptionDetails": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"signingCertificateHash": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"Subscriptions": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"accuracy_mode": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"app_package": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"data_source_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "DataSources (_id)"
|
|
},
|
|
"data_type_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "DataTypes (_id)"
|
|
},
|
|
"realm": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"sampling_delay": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"SyncFeed143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"SyncFeed_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"accountId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"appProjectNumber": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"clipTime": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"nextPageToken": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"numPagesRetrieved": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"query": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"space": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"SyncStatus": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"data_source_id": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"is_remote": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"last_synced_time": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"min_local_timestamp": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"sync_token": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"Thumbnail143": {
|
|
"FOREIGN": {
|
|
"datatype": "KEY"
|
|
},
|
|
"Thumbnail_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"contentHash": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"entryId": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"version": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"UserPermissions143": {
|
|
"UserPermissions_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"displayName": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"emailAddress": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"isAuthenticatedUser": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"permissionsId": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"pictureUrl": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"accounts": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"name": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"achievement_definitions": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"definition_xp_value": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"description": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"external_achievement_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"formatted_total_steps": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"initial_state": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"revealed_icon_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"sorting_rank": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"total_steps": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"unlocked_icon_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
}
|
|
},
|
|
"achievement_instances": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"current_steps": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"definition_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "achievement_definitions (_id)"
|
|
},
|
|
"formatted_current_steps": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"instance_xp_value": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"last_updated_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"player_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "players (_id)"
|
|
},
|
|
"state": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"achievement_pending_ops": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"achievement_type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"client_context_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "client_contexts (_id)"
|
|
},
|
|
"external_achievement_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"external_game_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"external_player_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"min_steps_to_set": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"new_state": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"steps_to_increment": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
},
|
|
"android_metadata": {
|
|
"locale": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"app_info": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"digest_sha256": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"package_name": {
|
|
"datatype": "STRING"
|
|
},
|
|
"pb": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"version_code": {
|
|
"datatype": "STRING"
|
|
}
|
|
},
|
|
"app_states": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"app_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"client_context_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "client_contexts(_id)"
|
|
},
|
|
"conflict_data": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"conflict_version": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"data_dirty": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"key": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"local_data": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"local_version": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"upsync_required": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"application_sessions": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"client_context_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "client_contexts (_id)"
|
|
},
|
|
"end_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"external_game_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"session_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"start_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"client_contexts": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"account_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"package_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"package_uid": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"connectionConfigurations": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"androidId": {
|
|
"datatype": "STRING"
|
|
},
|
|
"connectionEnabled": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"connectionType": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"name": {
|
|
"datatype": "STRING",
|
|
"notnull": true,
|
|
"unique": true
|
|
},
|
|
"pairedBtAddress": {
|
|
"datatype": "STRING",
|
|
"notnull": true
|
|
},
|
|
"role": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"context": {
|
|
"_id": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"context_family": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"context_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"context_name": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"end_time": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"module_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"proto_blob": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"start_time": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"string_key1": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"string_key2": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"string_key3": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"sync_state": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"sync_state_mod_time_millis": {
|
|
"datatype": "sync_state_mod_time_millis"
|
|
},
|
|
"time_type": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"version": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"credential": {
|
|
"account_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
},
|
|
"data": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
}
|
|
},
|
|
"credential_affiliation": {
|
|
"account_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
},
|
|
"credential_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
},
|
|
"domain_url": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
}
|
|
},
|
|
"credential_app_setting": {
|
|
"account": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
},
|
|
"app": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
},
|
|
"key": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
},
|
|
"value": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"credential_setting": {
|
|
"account": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
},
|
|
"key": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
},
|
|
"value": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"device_features": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"feature_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"last_connection_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"downloads": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"destination": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"dm_id": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"enabled": {
|
|
"datatype": "INTEGER",
|
|
"default": "0"
|
|
},
|
|
"filename": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"maxVersion": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"minVersion": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"notificationDescription": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"notificationTitle": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"retries": {
|
|
"datatype": "INTEGER",
|
|
"default": "0"
|
|
},
|
|
"sha1": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"sizeBytes": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"url": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"encryptionkeys": {
|
|
"account": {
|
|
"datatype": "STRING",
|
|
"notnull": true
|
|
},
|
|
"creation_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"expiration_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"key_handle": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"master_key": {
|
|
"datatype": "BLOB",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"event_definitions": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"description": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"event_definitions_game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"external_event_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"icon_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"sorting_rank": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"visibility": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
},
|
|
"event_instances": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"definition_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "event_definitions (_id)"
|
|
},
|
|
"formatted_value": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"last_updated_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"player_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "players (_id)"
|
|
},
|
|
"value": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
},
|
|
"event_pending_ops": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"client_context_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "client_contexts (_id)"
|
|
},
|
|
"increment": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"instance_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "event_instances (_id)"
|
|
},
|
|
"request_id": {
|
|
"datatype": "INTEGER",
|
|
"default": "0"
|
|
},
|
|
"window_end_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"window_start_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"exclude_bucket": {
|
|
"_id": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"bucket_id": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"experience_events": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"created_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"current_xp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"display_description": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"display_string": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"display_title": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"external_experience_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"icon_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"newLevel": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"xp_earned": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"experiment": {
|
|
"key": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"namespace": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"package": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"value": {
|
|
"datatype": "BLOB"
|
|
}
|
|
},
|
|
"feature": {
|
|
"_id": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"account_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"end_time": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"proto_blob": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"start_time": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"string_key1": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"string_key2": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"string_key3": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"time_type": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"fetch_metadata": {
|
|
"app_context_digest": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"device_context_digest": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"namespace_digest": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"package": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"recent_failure_times": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"recent_success_times": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"game_badges": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"badge_description": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"badge_game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"badge_icon_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"badge_title": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"badge_type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"game_instances": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"installed": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"instance_display_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"instance_game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"package_name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"piracy_check": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"platform_type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"preferred": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"real_time_support": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"turn_based_support": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"games": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"achievement_total_count": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"availability": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"developer_name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"display_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"external_game_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"featured_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"formatted_full_price": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"formatted_price": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"full_price_micros": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"game_description": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"game_hi_res_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"game_icon_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"gameplay_acl_status": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"identity_sharing_confirmed": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"last_connection_local_time": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"last_played_server_time": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"last_synced_local_time": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"leaderboard_count": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"metadata_sync_requested": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"metadata_version": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"muted": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"owned": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"play_enabled_game": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"price_micros": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"primary_category": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"secondary_category": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"snapshots_enabled": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"target_instance": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "game_instances (_id)"
|
|
},
|
|
"theme_color": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"hits": {
|
|
"hit_app_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"hit_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"hit_string": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"hit_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"hit_url": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"hits2": {
|
|
"hit_app_id": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"hit_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"hit_string": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"hit_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"hit_url": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"images": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"download_timestamp": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"filesize": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"local": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"url": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"internal_metadata": {
|
|
"key": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"value": {
|
|
"datatype": "BLOB"
|
|
}
|
|
},
|
|
"invitations": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"automatch_max_players": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"automatch_min_players": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"creation_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"description": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"external_invitation_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"external_inviter_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"has_automatch_criteria": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"inviter_in_circles": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"last_modified_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"variant": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"leaderboard_instances": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"collection": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"leaderboard_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "leaderboards (_id)"
|
|
},
|
|
"player_display_rank": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"player_display_score": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"player_rank": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"player_raw_score": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"player_score_tag": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"timespan": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"top_page_token_next": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"total_scores": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"window_page_token_next": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"window_page_token_prev": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"leaderboard_pending_scores": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"achieved_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"client_context_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "client_contexts (_id)"
|
|
},
|
|
"external_game_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"external_leaderboard_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"external_player_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"raw_score": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"score_tag": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"signature": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"leaderboard_scores": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"achieved_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"default_display_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"default_display_name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"display_rank": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"display_score": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"instance_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "leaderboard_instances (_id)"
|
|
},
|
|
"page_type": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"player_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "players (_id)"
|
|
},
|
|
"rank": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"raw_score": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"score_tag": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"leaderboards": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"board_icon_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"external_leaderboard_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"score_order": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"sorting_rank": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
},
|
|
"local_fingerprints": {
|
|
"content_uri": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"fingerprint": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"local_folders": {
|
|
"bucket_id": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"local_reports": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "integer",
|
|
"primarykey": true
|
|
},
|
|
"api": {
|
|
"datatype": "integer"
|
|
},
|
|
"bssid": {
|
|
"datatype": "text"
|
|
},
|
|
"bytes_downloaded": {
|
|
"datatype": "integer"
|
|
},
|
|
"bytes_uploaded": {
|
|
"datatype": "integer"
|
|
},
|
|
"cellid": {
|
|
"datatype": "text"
|
|
},
|
|
"duration_millis": {
|
|
"datatype": "integer"
|
|
},
|
|
"latency_micros": {
|
|
"datatype": "integer"
|
|
},
|
|
"measurement_type": {
|
|
"datatype": "integer"
|
|
},
|
|
"network_type": {
|
|
"datatype": "integer"
|
|
},
|
|
"package": {
|
|
"datatype": "text"
|
|
},
|
|
"security_type": {
|
|
"datatype": "integer"
|
|
},
|
|
"ssid": {
|
|
"datatype": "text"
|
|
},
|
|
"throughput_bps": {
|
|
"datatype": "integer"
|
|
},
|
|
"timestamp_millis": {
|
|
"datatype": "integer"
|
|
},
|
|
"version_code": {
|
|
"datatype": "integer"
|
|
}
|
|
},
|
|
"lru_table": {
|
|
"etag": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"last_requested_millis": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"last_updated_millis": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"rowkey": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"soft_ttl_millis": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"value": {
|
|
"datatype": "BLOB"
|
|
}
|
|
},
|
|
"main": {
|
|
"a": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"b": {
|
|
"datatype": "LONG",
|
|
"notnull": true
|
|
},
|
|
"c": {
|
|
"datatype": "LONG",
|
|
"notnull": true
|
|
},
|
|
"d": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"e": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"f": {
|
|
"datatype": "BLOB",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"matches": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"automatch_bit_mask": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"automatch_max_players": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"automatch_min_players": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"automatch_wait_estimate_sec": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"creation_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"creator_external": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"data": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"description": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"description_participant_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"external_match_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"has_automatch_criteria": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"last_updated_timestamp": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"last_updater_external": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"match_number": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"notification_text": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"pending_participant_external": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"previous_match_data": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"rematch_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"status": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"upsync_required": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"user_match_status": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"variant": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"version": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"matches_pending_ops": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"client_context_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "client_contexts (_id)"
|
|
},
|
|
"external_game_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"external_match_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"is_turn": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"pending_participant_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"results": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"version": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
},
|
|
"media_record": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"album_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"allow_full_res": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"bucket_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"bytes_total": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"bytes_uploaded": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"component_name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"event_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"fingerprint": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"from_camera": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"is_image": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"media_hash": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"media_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"media_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"media_url": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"mime_type": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"resume_token": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"retry_end_time": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"upload_account_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"upload_error": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"upload_finish_time": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"upload_id": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"upload_reason": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"upload_state": {
|
|
"datatype": "INTEGER",
|
|
"default": "500",
|
|
"notnull": true
|
|
},
|
|
"upload_status": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"upload_task_state": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"upload_time": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"upload_url": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"media_tracker": {
|
|
"_id": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"last_media_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"media_type": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"volume_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"milestones": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"completion_reward_data": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"event_instance_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "event_instances (_id)"
|
|
},
|
|
"external_milestone_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"initial_value": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"milestone_state": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"milestones_sorting_rank": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"quest_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "quests (_id)"
|
|
},
|
|
"target_value": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"notifications": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"acknowledged": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"alert_level": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"coalesced_text": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"external_sub_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"notification_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"text": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"ticker": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"title": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"operations": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"account_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "accounts(_id)"
|
|
},
|
|
"client_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"deletable": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"expiration_time": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"network_last_update_millis": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"network_status": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"op_code": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"package_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "packages(_id)"
|
|
},
|
|
"proto": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"write_time_millis": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"override": {
|
|
"key": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"namespace": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"package": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"value": {
|
|
"datatype": "BLOB"
|
|
}
|
|
},
|
|
"overrides": {
|
|
"key": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"package": {
|
|
"datatype": "TEXT",
|
|
"primarykey": true
|
|
},
|
|
"value": {
|
|
"datatype": "BLOB"
|
|
}
|
|
},
|
|
"packages": {
|
|
"package_name": {
|
|
"datatype": "STRING",
|
|
"primarykey": true
|
|
},
|
|
"uid": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
}
|
|
},
|
|
"participants": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"capabilities": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"client_address": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"connected": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"default_display_hi_res_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"default_display_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"default_display_name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"external_participant_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"invitation_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "invitations (_id)"
|
|
},
|
|
"match_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "matches (_id)"
|
|
},
|
|
"placing": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"player_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "players (_id)"
|
|
},
|
|
"player_status": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"result_type": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
},
|
|
"player_levels": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"level_max_xp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"level_min_xp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"level_value": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"version": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"players": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"current_level": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"current_level_max_xp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"current_level_min_xp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"current_xp_total": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"external_player_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"has_all_public_acls": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"is_in_circles": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"is_profile_visible": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
},
|
|
"last_level_up_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"last_updated": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"most_recent_activity_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"most_recent_external_game_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"most_recent_game_featured_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"most_recent_game_hi_res_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"most_recent_game_icon_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"most_recent_game_name": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"next_level": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"next_level_max_xp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"player_title": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"profile_hi_res_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"profile_icon_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"profile_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"properties": {
|
|
"adid": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"app_uid": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
},
|
|
"cid": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
},
|
|
"hits_count": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"params": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"tid": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"primarykey": true
|
|
}
|
|
},
|
|
"quests": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"accepted_ts": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"external_quest_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"notification_ts": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"notified": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"quest_banner_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"quest_description": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"quest_end_ts": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"quest_icon_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"quest_last_updated_ts": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"quest_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"quest_start_ts": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"quest_state": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"quest_type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"registrations": {
|
|
"expiration": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"package_name": {
|
|
"datatype": "STRING",
|
|
"primarykey": true
|
|
},
|
|
"reg_id": {
|
|
"datatype": "STRING"
|
|
},
|
|
"subscription": {
|
|
"datatype": "STRING",
|
|
"primarykey": true
|
|
},
|
|
"uid": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
}
|
|
},
|
|
"relation": {
|
|
"_id": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"end_time": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"proto_blob": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"relation_id": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"relation_name": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"start_time": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"string_key1": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"string_key2": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"string_key3": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"sync_state": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"sync_state_mod_time_millis": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"time_type": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"version": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"relation_from": {
|
|
"context_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"relation_row_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"relation_to": {
|
|
"context_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"relation_row_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"removed_packages": {
|
|
"package_name": {
|
|
"datatype": "STRING",
|
|
"primarykey": true
|
|
},
|
|
"uid": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
}
|
|
},
|
|
"request_pending_ops": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"client_context_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"external_game_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"external_request_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"request_recipients": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"player_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "players (_id)"
|
|
},
|
|
"recipient_status": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"request_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "requests (_id)"
|
|
}
|
|
},
|
|
"requests": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"creation_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"data": {
|
|
"datatype": "BLOB"
|
|
},
|
|
"expiration_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"external_request_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"sender_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "players (_id)"
|
|
},
|
|
"status": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"type": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"server_fingerprints": {
|
|
"_id": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"fingerprint": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"image_url": {
|
|
"datatype": "TEXT",
|
|
"unique": true
|
|
},
|
|
"owner_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true,
|
|
"unique": true
|
|
},
|
|
"photo_id": {
|
|
"datatype": "INT",
|
|
"notnull": true,
|
|
"unique": true
|
|
}
|
|
},
|
|
"signingkeys": {
|
|
"creation_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"expiration_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"key_handle": {
|
|
"datatype": "STRING",
|
|
"primarykey": true
|
|
},
|
|
"private_key": {
|
|
"datatype": "BLOB",
|
|
"notnull": true
|
|
},
|
|
"public_key": {
|
|
"datatype": "BLOB",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"snapshots": {
|
|
"_id": {
|
|
"autoincrement": true,
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"cover_icon_image_height": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"cover_icon_image_id": {
|
|
"datatype": "INTEGER",
|
|
"references": true,
|
|
"referencesdata": "images (_id)"
|
|
},
|
|
"cover_icon_image_width": {
|
|
"datatype": "INTEGER",
|
|
"default": "0",
|
|
"notnull": true
|
|
},
|
|
"description": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"drive_resolved_id_string": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"drive_resource_id_string": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"duration": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"external_snapshot_id": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"game_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "games (_id)"
|
|
},
|
|
"last_modified_timestamp": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"owner_id": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true,
|
|
"references": true,
|
|
"referencesdata": "players (_id)"
|
|
},
|
|
"title": {
|
|
"datatype": "TEXT"
|
|
},
|
|
"unique_name": {
|
|
"datatype": "TEXT",
|
|
"notnull": true
|
|
},
|
|
"visible": {
|
|
"datatype": "INTEGER",
|
|
"default": "1",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"sqlite_sequence": {
|
|
"name": {
|
|
"datatype": "INTEGER"
|
|
},
|
|
"seq": {
|
|
"datatype": "INTEGER"
|
|
}
|
|
}
|
|
}
|
|
} |