1.json (2048B)
1 { 2 "formatVersion": 1, 3 "database": { 4 "version": 1, 5 "identityHash": "6f93143cfe11253bf96ec0ff80483bcf", 6 "entities": [ 7 { 8 "tableName": "stories", 9 "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`url` TEXT NOT NULL, `title` TEXT NOT NULL, `imageUrl` TEXT NOT NULL, `publisher` TEXT NOT NULL, `category` TEXT NOT NULL, `timeToRead` INTEGER NOT NULL, `timesShown` INTEGER NOT NULL, PRIMARY KEY(`url`))", 10 "fields": [ 11 { 12 "fieldPath": "url", 13 "columnName": "url", 14 "affinity": "TEXT", 15 "notNull": true 16 }, 17 { 18 "fieldPath": "title", 19 "columnName": "title", 20 "affinity": "TEXT", 21 "notNull": true 22 }, 23 { 24 "fieldPath": "imageUrl", 25 "columnName": "imageUrl", 26 "affinity": "TEXT", 27 "notNull": true 28 }, 29 { 30 "fieldPath": "publisher", 31 "columnName": "publisher", 32 "affinity": "TEXT", 33 "notNull": true 34 }, 35 { 36 "fieldPath": "category", 37 "columnName": "category", 38 "affinity": "TEXT", 39 "notNull": true 40 }, 41 { 42 "fieldPath": "timeToRead", 43 "columnName": "timeToRead", 44 "affinity": "INTEGER", 45 "notNull": true 46 }, 47 { 48 "fieldPath": "timesShown", 49 "columnName": "timesShown", 50 "affinity": "INTEGER", 51 "notNull": true 52 } 53 ], 54 "primaryKey": { 55 "columnNames": [ 56 "url" 57 ], 58 "autoGenerate": false 59 }, 60 "indices": [], 61 "foreignKeys": [] 62 } 63 ], 64 "views": [], 65 "setupQueries": [ 66 "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", 67 "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '6f93143cfe11253bf96ec0ff80483bcf')" 68 ] 69 } 70 }