{ "formatVersion": 1, "database": { "version": 12, "identityHash": "e7eff9caf3b23500429f498bad530b6c", "entities": [ { "tableName": "streams", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`url` TEXT NOT NULL, `group` TEXT NOT NULL, `title` TEXT NOT NULL, `cover` TEXT, `playlistUrl` TEXT NOT NULL, `license_type` TEXT DEFAULT NULL, `license_key` TEXT DEFAULT NULL, `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `favourite` INTEGER NOT NULL, `hidden` INTEGER NOT NULL DEFAULT 0, `seen` INTEGER NOT NULL DEFAULT 0)", "fields": [ { "fieldPath": "url", "columnName": "url", "affinity": "TEXT", "notNull": true }, { "fieldPath": "category", "columnName": "group", "affinity": "TEXT", "notNull": true }, { "fieldPath": "title", "columnName": "title", "affinity": "TEXT", "notNull": true }, { "fieldPath": "cover", "columnName": "cover", "affinity": "TEXT", "notNull": false }, { "fieldPath": "playlistUrl", "columnName": "playlistUrl", "affinity": "TEXT", "notNull": true }, { "fieldPath": "licenseType", "columnName": "license_type", "affinity": "TEXT", "notNull": false, "defaultValue": "NULL" }, { "fieldPath": "licenseKey", "columnName": "license_key", "affinity": "TEXT", "notNull": false, "defaultValue": "NULL" }, { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "favourite", "columnName": "favourite", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "hidden", "columnName": "hidden", "affinity": "INTEGER", "notNull": true, "defaultValue": "0" }, { "fieldPath": "seen", "columnName": "seen", "affinity": "INTEGER", "notNull": true, "defaultValue": "0" } ], "primaryKey": { "autoGenerate": true, "columnNames": [ "id" ] }, "indices": [], "foreignKeys": [] }, { "tableName": "playlists", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`title` TEXT NOT NULL, `url` TEXT NOT NULL, `pinned_groups` TEXT NOT NULL DEFAULT '[]', `hidden_groups` TEXT NOT NULL DEFAULT '[]', `source` TEXT NOT NULL DEFAULT '0', `user_agent` TEXT DEFAULT NULL, PRIMARY KEY(`url`))", "fields": [ { "fieldPath": "title", "columnName": "title", "affinity": "TEXT", "notNull": true }, { "fieldPath": "url", "columnName": "url", "affinity": "TEXT", "notNull": true }, { "fieldPath": "pinnedCategories", "columnName": "pinned_groups", "affinity": "TEXT", "notNull": true, "defaultValue": "'[]'" }, { "fieldPath": "hiddenCategories", "columnName": "hidden_groups", "affinity": "TEXT", "notNull": true, "defaultValue": "'[]'" }, { "fieldPath": "source", "columnName": "source", "affinity": "TEXT", "notNull": true, "defaultValue": "'0'" }, { "fieldPath": "userAgent", "columnName": "user_agent", "affinity": "TEXT", "notNull": false, "defaultValue": "NULL" } ], "primaryKey": { "autoGenerate": false, "columnNames": [ "url" ] }, "indices": [], "foreignKeys": [] }, { "tableName": "color_pack", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`argb` INTEGER NOT NULL, `dark` INTEGER NOT NULL, `name` TEXT NOT NULL, PRIMARY KEY(`argb`, `dark`))", "fields": [ { "fieldPath": "argb", "columnName": "argb", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "isDark", "columnName": "dark", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "name", "columnName": "name", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "autoGenerate": false, "columnNames": [ "argb", "dark" ] }, "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, 'e7eff9caf3b23500429f498bad530b6c')" ] } }