{
  "formatVersion": 1,
  "database": {
    "version": 1,
    "identityHash": "698b023da2f9efdc0351236c43eb20b6",
    "entities": [
      {
        "tableName": "diaconnHistory",
        "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`timestamp` INTEGER NOT NULL, `code` INTEGER NOT NULL, `value` REAL NOT NULL, `bolusType` TEXT NOT NULL, `stringValue` TEXT NOT NULL, `duration` INTEGER NOT NULL, `dailyBasal` REAL NOT NULL, `dailyBolus` REAL NOT NULL, `alarm` TEXT NOT NULL, PRIMARY KEY(`timestamp`))",
        "fields": [
          {
            "fieldPath": "timestamp",
            "columnName": "timestamp",
            "affinity": "INTEGER",
            "notNull": true
          },
          {
            "fieldPath": "code",
            "columnName": "code",
            "affinity": "INTEGER",
            "notNull": true
          },
          {
            "fieldPath": "value",
            "columnName": "value",
            "affinity": "REAL",
            "notNull": true
          },
          {
            "fieldPath": "bolusType",
            "columnName": "bolusType",
            "affinity": "TEXT",
            "notNull": true
          },
          {
            "fieldPath": "stringValue",
            "columnName": "stringValue",
            "affinity": "TEXT",
            "notNull": true
          },
          {
            "fieldPath": "duration",
            "columnName": "duration",
            "affinity": "INTEGER",
            "notNull": true
          },
          {
            "fieldPath": "dailyBasal",
            "columnName": "dailyBasal",
            "affinity": "REAL",
            "notNull": true
          },
          {
            "fieldPath": "dailyBolus",
            "columnName": "dailyBolus",
            "affinity": "REAL",
            "notNull": true
          },
          {
            "fieldPath": "alarm",
            "columnName": "alarm",
            "affinity": "TEXT",
            "notNull": true
          }
        ],
        "primaryKey": {
          "columnNames": [
            "timestamp"
          ],
          "autoGenerate": false
        },
        "indices": [
          {
            "name": "index_diaconnHistory_code_timestamp",
            "unique": false,
            "columnNames": [
              "code",
              "timestamp"
            ],
            "createSql": "CREATE INDEX IF NOT EXISTS `index_diaconnHistory_code_timestamp` ON `${TABLE_NAME}` (`code`, `timestamp`)"
          }
        ],
        "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, '698b023da2f9efdc0351236c43eb20b6')"
    ]
  }
}