{ "formatVersion": 1, "database": { "version": 2, "identityHash": "ca04eb71f24ec355387b0d2286e470b9", "entities": [ { "tableName": "SeriesModel", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER NOT NULL, `userId` INTEGER NOT NULL, `type` TEXT NOT NULL, `subtype` TEXT NOT NULL, `slug` TEXT NOT NULL, `synopsis` TEXT NOT NULL, `title` TEXT NOT NULL, `seriesStatus` TEXT NOT NULL, `userSeriesStatus` TEXT NOT NULL, `progress` INTEGER NOT NULL, `totalLength` INTEGER NOT NULL, `posterImage` TEXT NOT NULL, `coverImage` TEXT NOT NULL, `nsfw` INTEGER NOT NULL, `startDate` TEXT NOT NULL, `endDate` TEXT NOT NULL, PRIMARY KEY(`id`))", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "userId", "columnName": "userId", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "type", "columnName": "type", "affinity": "TEXT", "notNull": true }, { "fieldPath": "subtype", "columnName": "subtype", "affinity": "TEXT", "notNull": true }, { "fieldPath": "slug", "columnName": "slug", "affinity": "TEXT", "notNull": true }, { "fieldPath": "synopsis", "columnName": "synopsis", "affinity": "TEXT", "notNull": true }, { "fieldPath": "title", "columnName": "title", "affinity": "TEXT", "notNull": true }, { "fieldPath": "seriesStatus", "columnName": "seriesStatus", "affinity": "TEXT", "notNull": true }, { "fieldPath": "userSeriesStatus", "columnName": "userSeriesStatus", "affinity": "TEXT", "notNull": true }, { "fieldPath": "progress", "columnName": "progress", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "totalLength", "columnName": "totalLength", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "posterImage", "columnName": "posterImage", "affinity": "TEXT", "notNull": true }, { "fieldPath": "coverImage", "columnName": "coverImage", "affinity": "TEXT", "notNull": true }, { "fieldPath": "nsfw", "columnName": "nsfw", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "startDate", "columnName": "startDate", "affinity": "TEXT", "notNull": true }, { "fieldPath": "endDate", "columnName": "endDate", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "columnNames": [ "id" ], "autoGenerate": false }, "indices": [], "foreignKeys": [] }, { "tableName": "UserModel", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`userId` INTEGER NOT NULL, `name` TEXT NOT NULL, `avatar` TEXT NOT NULL, `coverImage` TEXT NOT NULL, `service` TEXT NOT NULL, PRIMARY KEY(`service`))", "fields": [ { "fieldPath": "userId", "columnName": "userId", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "name", "columnName": "name", "affinity": "TEXT", "notNull": true }, { "fieldPath": "avatar", "columnName": "avatar", "affinity": "TEXT", "notNull": true }, { "fieldPath": "coverImage", "columnName": "coverImage", "affinity": "TEXT", "notNull": true }, { "fieldPath": "service", "columnName": "service", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "columnNames": [ "service" ], "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, 'ca04eb71f24ec355387b0d2286e470b9')" ] } }