{ "formatVersion": 1, "database": { "version": 2, "identityHash": "3c41b80392b47135734a96fd2dcb4883", "entities": [ { "tableName": "foss", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`package_name` TEXT NOT NULL, `license` TEXT, `is_foss` INTEGER NOT NULL, PRIMARY KEY(`package_name`))", "fields": [ { "fieldPath": "packageName", "columnName": "package_name", "affinity": "TEXT", "notNull": true }, { "fieldPath": "license", "columnName": "license", "affinity": "TEXT", "notNull": false }, { "fieldPath": "isFOSS", "columnName": "is_foss", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "autoGenerate": false, "columnNames": [ "package_name" ] }, "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, '3c41b80392b47135734a96fd2dcb4883')" ] } }