{ "formatVersion": 1, "database": { "version": 1, "identityHash": "e768b8c3f1ecab5ee25b3ea0b99604aa", "entities": [ { "tableName": "batch_profile", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `profile_name` TEXT, `package_names` TEXT, `date_created` INTEGER NOT NULL, `sort_style` INTEGER NOT NULL)", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "profileName", "columnName": "profile_name", "affinity": "TEXT", "notNull": false }, { "fieldPath": "packageNames", "columnName": "package_names", "affinity": "TEXT", "notNull": false }, { "fieldPath": "dateCreated", "columnName": "date_created", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "sortStyle", "columnName": "sort_style", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "autoGenerate": true, "columnNames": [ "id" ] }, "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, 'e768b8c3f1ecab5ee25b3ea0b99604aa')" ] } }