{ "formatVersion": 1, "database": { "version": 2, "identityHash": "030f0ff68f8138e390e9661b295b5f35", "entities": [ { "tableName": "notes", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`noteId` TEXT NOT NULL, `title` TEXT NOT NULL, `note` TEXT NOT NULL, `created` INTEGER NOT NULL, `isPinned` INTEGER NOT NULL, PRIMARY KEY(`noteId`))", "fields": [ { "fieldPath": "noteId", "columnName": "noteId", "affinity": "TEXT", "notNull": true }, { "fieldPath": "title", "columnName": "title", "affinity": "TEXT", "notNull": true }, { "fieldPath": "note", "columnName": "note", "affinity": "TEXT", "notNull": true }, { "fieldPath": "created", "columnName": "created", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "isPinned", "columnName": "isPinned", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "columnNames": [ "noteId" ], "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, '030f0ff68f8138e390e9661b295b5f35')" ] } }