{ "formatVersion": 1, "database": { "version": 1, "identityHash": "fe898d5cfe7a453225cbced50ee01829", "entities": [ { "tableName": "History", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `start` INTEGER NOT NULL, `end` INTEGER NOT NULL, `course_id` TEXT NOT NULL, `section_id` TEXT NOT NULL, `date` TEXT NOT NULL, `ct_id` TEXT)", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "start", "columnName": "start", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "end", "columnName": "end", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "courseId", "columnName": "course_id", "affinity": "TEXT", "notNull": true }, { "fieldPath": "sectionId", "columnName": "section_id", "affinity": "TEXT", "notNull": true }, { "fieldPath": "date", "columnName": "date", "affinity": "TEXT", "notNull": true }, { "fieldPath": "countDown", "columnName": "ct_id", "affinity": "TEXT", "notNull": false } ], "primaryKey": { "columnNames": [ "id" ], "autoGenerate": true }, "indices": [], "foreignKeys": [] }, { "tableName": "CountDown", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` TEXT NOT NULL, `type` INTEGER NOT NULL, `value` INTEGER NOT NULL, `rest` INTEGER NOT NULL, `datetime` TEXT, PRIMARY KEY(`id`))", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "TEXT", "notNull": true }, { "fieldPath": "type", "columnName": "type", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "value", "columnName": "value", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "rest", "columnName": "rest", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "datetime", "columnName": "datetime", "affinity": "TEXT", "notNull": false } ], "primaryKey": { "columnNames": [ "id" ], "autoGenerate": false }, "indices": [], "foreignKeys": [] }, { "tableName": "Record", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`aiCourseItemId` TEXT NOT NULL, `intervals` TEXT NOT NULL, `lastTime` INTEGER NOT NULL, `validDuration` INTEGER NOT NULL, `courseId` TEXT NOT NULL, PRIMARY KEY(`aiCourseItemId`))", "fields": [ { "fieldPath": "aiCourseItemId", "columnName": "aiCourseItemId", "affinity": "TEXT", "notNull": true }, { "fieldPath": "intervals", "columnName": "intervals", "affinity": "TEXT", "notNull": true }, { "fieldPath": "lastTime", "columnName": "lastTime", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "validDuration", "columnName": "validDuration", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "courseId", "columnName": "courseId", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "columnNames": [ "aiCourseItemId" ], "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, 'fe898d5cfe7a453225cbced50ee01829')" ] } }