{ "formatVersion": 1, "database": { "version": 1, "identityHash": "6ba5dfef7859cedba19af71b404c9e4f", "entities": [ { "tableName": "workouts", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `name` TEXT NOT NULL, `numApproaches` INTEGER NOT NULL, `numExercises` INTEGER NOT NULL, `restBetweenExercises` INTEGER NOT NULL, `restBetweenApproaches` INTEGER NOT NULL, `exerciseDuration` INTEGER NOT NULL)", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "name", "columnName": "name", "affinity": "TEXT", "notNull": true }, { "fieldPath": "numApproaches", "columnName": "numApproaches", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "numExercises", "columnName": "numExercises", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "restBetweenExercises", "columnName": "restBetweenExercises", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "restBetweenApproaches", "columnName": "restBetweenApproaches", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "exerciseDuration", "columnName": "exerciseDuration", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "autoGenerate": true, "columnNames": [ "id" ] } } ], "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, '6ba5dfef7859cedba19af71b404c9e4f')" ] } }