Revision control

Copy as Markdown

{
"formatVersion": 1,
"database": {
"version": 1,
"identityHash": "2dbe6c2ed8111e6d63f6bb78035424aa",
"entities": [
{
"tableName": "manifests",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`manifest` TEXT NOT NULL, `start_url` TEXT NOT NULL, `scope` TEXT, `created_at` INTEGER NOT NULL, `updated_at` INTEGER NOT NULL, `used_at` INTEGER NOT NULL, PRIMARY KEY(`start_url`))",
"fields": [
{
"fieldPath": "manifest",
"columnName": "manifest",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "startUrl",
"columnName": "start_url",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "scope",
"columnName": "scope",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "createdAt",
"columnName": "created_at",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "updatedAt",
"columnName": "updated_at",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "usedAt",
"columnName": "used_at",
"affinity": "INTEGER",
"notNull": true
}
],
"primaryKey": {
"columnNames": [
"start_url"
],
"autoGenerate": false
},
"indices": [
{
"name": "index_manifests_scope",
"unique": false,
"columnNames": [
"scope"
],
"createSql": "CREATE INDEX `index_manifests_scope` ON `${TABLE_NAME}` (`scope`)"
}
],
"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, '2dbe6c2ed8111e6d63f6bb78035424aa')"
]
}
}