{ "formatVersion": 1, "database": { "version": 1, "identityHash": "34c5a37d790e5542a93e0dc27bb3f4f1", "entities": [ { "tableName": "tools", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER NOT NULL, `name` TEXT NOT NULL, `toolId` TEXT NOT NULL, `icon` TEXT NOT NULL, `platform` TEXT NOT NULL, `description` TEXT, `base` TEXT, `authorUsername` TEXT NOT NULL, `authorNickname` TEXT NOT NULL, `authorAvatar` TEXT NOT NULL, `ver` TEXT NOT NULL, `keywords` TEXT NOT NULL, `categories` TEXT NOT NULL, `source` TEXT, `dist` TEXT, `entryPoint` TEXT NOT NULL, `createTime` TEXT NOT NULL, `updateTime` TEXT NOT NULL, `isStar` INTEGER NOT NULL, `isInstalled` INTEGER NOT NULL, `upgrade` TEXT DEFAULT NULL, PRIMARY KEY(`id`))", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "name", "columnName": "name", "affinity": "TEXT", "notNull": true }, { "fieldPath": "toolId", "columnName": "toolId", "affinity": "TEXT", "notNull": true }, { "fieldPath": "icon", "columnName": "icon", "affinity": "TEXT", "notNull": true }, { "fieldPath": "platform", "columnName": "platform", "affinity": "TEXT", "notNull": true }, { "fieldPath": "description", "columnName": "description", "affinity": "TEXT", "notNull": false }, { "fieldPath": "base", "columnName": "base", "affinity": "TEXT", "notNull": false }, { "fieldPath": "authorUsername", "columnName": "authorUsername", "affinity": "TEXT", "notNull": true }, { "fieldPath": "authorNickname", "columnName": "authorNickname", "affinity": "TEXT", "notNull": true }, { "fieldPath": "authorAvatar", "columnName": "authorAvatar", "affinity": "TEXT", "notNull": true }, { "fieldPath": "ver", "columnName": "ver", "affinity": "TEXT", "notNull": true }, { "fieldPath": "keywords", "columnName": "keywords", "affinity": "TEXT", "notNull": true }, { "fieldPath": "categories", "columnName": "categories", "affinity": "TEXT", "notNull": true }, { "fieldPath": "source", "columnName": "source", "affinity": "TEXT", "notNull": false }, { "fieldPath": "dist", "columnName": "dist", "affinity": "TEXT", "notNull": false }, { "fieldPath": "entryPoint", "columnName": "entryPoint", "affinity": "TEXT", "notNull": true }, { "fieldPath": "createTime", "columnName": "createTime", "affinity": "TEXT", "notNull": true }, { "fieldPath": "updateTime", "columnName": "updateTime", "affinity": "TEXT", "notNull": true }, { "fieldPath": "isStar", "columnName": "isStar", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "isInstalled", "columnName": "isInstalled", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "upgrade", "columnName": "upgrade", "affinity": "TEXT", "notNull": false, "defaultValue": "NULL" } ], "primaryKey": { "autoGenerate": false, "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, '34c5a37d790e5542a93e0dc27bb3f4f1')" ] } }