Revision control

Copy as Markdown

{
"formatVersion": 1,
"database": {
"version": 2,
"identityHash": "8ab7d915ce81c5d52503917cbafbe4df",
"entities": [
{
"tableName": "RECENT_APPS_TABLE",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`activityName` TEXT NOT NULL, `score` REAL NOT NULL, PRIMARY KEY(`activityName`))",
"fields": [
{
"fieldPath": "activityName",
"columnName": "activityName",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "score",
"columnName": "score",
"affinity": "REAL",
"notNull": true
}
],
"primaryKey": {
"columnNames": [
"activityName"
],
"autoGenerate": false
},
"indices": [],
"foreignKeys": []
}
],
"views": [],
"setupQueries": [
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '8ab7d915ce81c5d52503917cbafbe4df')"
]
}
}