{ "formatVersion": 1, "database": { "version": 42, "identityHash": "13b646cebfd8c5994c08ad9e7d37661b", "entities": [ { "tableName": "notification", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`uid` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `task` INTEGER NOT NULL, `timestamp` INTEGER NOT NULL, `type` INTEGER NOT NULL)", "fields": [ { "fieldPath": "uid", "columnName": "uid", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "taskId", "columnName": "task", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "timestamp", "columnName": "timestamp", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "type", "columnName": "type", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "columnNames": [ "uid" ], "autoGenerate": true }, "indices": [ { "name": "index_notification_task", "unique": true, "columnNames": [ "task" ], "createSql": "CREATE UNIQUE INDEX `index_notification_task` ON `${TABLE_NAME}` (`task`)" } ], "foreignKeys": [] }, { "tableName": "tagdata", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `remoteId` TEXT, `name` TEXT, `color` INTEGER, `tagOrdering` TEXT, `deleted` INTEGER)", "fields": [ { "fieldPath": "id", "columnName": "_id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "remoteId", "columnName": "remoteId", "affinity": "TEXT", "notNull": false }, { "fieldPath": "name", "columnName": "name", "affinity": "TEXT", "notNull": false }, { "fieldPath": "color", "columnName": "color", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "tagOrdering", "columnName": "tagOrdering", "affinity": "TEXT", "notNull": false }, { "fieldPath": "deleted", "columnName": "deleted", "affinity": "INTEGER", "notNull": false } ], "primaryKey": { "columnNames": [ "_id" ], "autoGenerate": true }, "indices": [], "foreignKeys": [] }, { "tableName": "userActivity", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `remoteId` TEXT, `action` TEXT, `message` TEXT, `picture` TEXT, `target_id` TEXT, `created_at` INTEGER, `deleted_at` INTEGER)", "fields": [ { "fieldPath": "id", "columnName": "_id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "remoteId", "columnName": "remoteId", "affinity": "TEXT", "notNull": false }, { "fieldPath": "action", "columnName": "action", "affinity": "TEXT", "notNull": false }, { "fieldPath": "message", "columnName": "message", "affinity": "TEXT", "notNull": false }, { "fieldPath": "picture", "columnName": "picture", "affinity": "TEXT", "notNull": false }, { "fieldPath": "targetId", "columnName": "target_id", "affinity": "TEXT", "notNull": false }, { "fieldPath": "created", "columnName": "created_at", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "deleted", "columnName": "deleted_at", "affinity": "INTEGER", "notNull": false } ], "primaryKey": { "columnNames": [ "_id" ], "autoGenerate": true }, "indices": [], "foreignKeys": [] }, { "tableName": "task_attachments", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `remoteId` TEXT, `task_id` TEXT, `name` TEXT, `path` TEXT, `content_type` TEXT, `deleted_at` INTEGER)", "fields": [ { "fieldPath": "id", "columnName": "_id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "remoteId", "columnName": "remoteId", "affinity": "TEXT", "notNull": false }, { "fieldPath": "taskId", "columnName": "task_id", "affinity": "TEXT", "notNull": false }, { "fieldPath": "name", "columnName": "name", "affinity": "TEXT", "notNull": false }, { "fieldPath": "path", "columnName": "path", "affinity": "TEXT", "notNull": false }, { "fieldPath": "contentType", "columnName": "content_type", "affinity": "TEXT", "notNull": false }, { "fieldPath": "deleted", "columnName": "deleted_at", "affinity": "INTEGER", "notNull": false } ], "primaryKey": { "columnNames": [ "_id" ], "autoGenerate": true }, "indices": [], "foreignKeys": [] } ], "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, \"13b646cebfd8c5994c08ad9e7d37661b\")" ] } }