{ "formatVersion": 1, "database": { "version": 1, "identityHash": "834981e960b712254e56b633f3772115", "entities": [ { "tableName": "entries", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`comment` TEXT, `name` TEXT NOT NULL, `epoch` REAL NOT NULL, `meanmo` REAL NOT NULL, `eccn` REAL NOT NULL, `incl` REAL NOT NULL, `raan` REAL NOT NULL, `argper` REAL NOT NULL, `meanan` REAL NOT NULL, `catnum` INTEGER NOT NULL, `bstar` REAL NOT NULL, `xincl` REAL NOT NULL, `xnodeo` REAL NOT NULL, `omegao` REAL NOT NULL, `xmo` REAL NOT NULL, `xno` REAL NOT NULL, `isDeepspace` INTEGER NOT NULL, PRIMARY KEY(`catnum`))", "fields": [ { "fieldPath": "comment", "columnName": "comment", "affinity": "TEXT", "notNull": false }, { "fieldPath": "data.name", "columnName": "name", "affinity": "TEXT", "notNull": true }, { "fieldPath": "data.epoch", "columnName": "epoch", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.meanmo", "columnName": "meanmo", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.eccn", "columnName": "eccn", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.incl", "columnName": "incl", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.raan", "columnName": "raan", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.argper", "columnName": "argper", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.meanan", "columnName": "meanan", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.catnum", "columnName": "catnum", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "data.bstar", "columnName": "bstar", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.xincl", "columnName": "xincl", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.xnodeo", "columnName": "xnodeo", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.omegao", "columnName": "omegao", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.xmo", "columnName": "xmo", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.xno", "columnName": "xno", "affinity": "REAL", "notNull": true }, { "fieldPath": "data.isDeepspace", "columnName": "isDeepspace", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "columnNames": [ "catnum" ], "autoGenerate": false }, "indices": [], "foreignKeys": [] }, { "tableName": "radios", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`uuid` TEXT NOT NULL, `info` TEXT NOT NULL, `isAlive` INTEGER NOT NULL, `downlink` INTEGER, `uplink` INTEGER, `mode` TEXT, `isInverted` INTEGER NOT NULL, `catnum` INTEGER, `comment` TEXT, PRIMARY KEY(`uuid`))", "fields": [ { "fieldPath": "uuid", "columnName": "uuid", "affinity": "TEXT", "notNull": true }, { "fieldPath": "info", "columnName": "info", "affinity": "TEXT", "notNull": true }, { "fieldPath": "isAlive", "columnName": "isAlive", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "downlink", "columnName": "downlink", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "uplink", "columnName": "uplink", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "mode", "columnName": "mode", "affinity": "TEXT", "notNull": false }, { "fieldPath": "isInverted", "columnName": "isInverted", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "catnum", "columnName": "catnum", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "comment", "columnName": "comment", "affinity": "TEXT", "notNull": false } ], "primaryKey": { "columnNames": [ "uuid" ], "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, '834981e960b712254e56b633f3772115')" ] } }