{ "formatVersion": 1, "database": { "version": 1, "identityHash": "22874ef127ac5669572671e40c064f64", "entities": [ { "tableName": "message_table", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `user` TEXT NOT NULL, `to` TEXT NOT NULL, `cc` TEXT, `bcc` TEXT, `fromEmail` TEXT NOT NULL, `date` TEXT NOT NULL, `subject` TEXT, `textContent` TEXT, `folder` TEXT NOT NULL, `seen` INTEGER NOT NULL)", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "mUser", "columnName": "user", "affinity": "TEXT", "notNull": true }, { "fieldPath": "mTo", "columnName": "to", "affinity": "TEXT", "notNull": true }, { "fieldPath": "mCc", "columnName": "cc", "affinity": "TEXT", "notNull": false }, { "fieldPath": "mBcc", "columnName": "bcc", "affinity": "TEXT", "notNull": false }, { "fieldPath": "mFrom", "columnName": "fromEmail", "affinity": "TEXT", "notNull": true }, { "fieldPath": "mDate", "columnName": "date", "affinity": "TEXT", "notNull": true }, { "fieldPath": "mSubject", "columnName": "subject", "affinity": "TEXT", "notNull": false }, { "fieldPath": "mTextContent", "columnName": "textContent", "affinity": "TEXT", "notNull": false }, { "fieldPath": "mFolder", "columnName": "folder", "affinity": "TEXT", "notNull": true }, { "fieldPath": "mSeen", "columnName": "seen", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "columnNames": [ "id" ], "autoGenerate": true }, "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, '22874ef127ac5669572671e40c064f64')" ] } }