You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`title` TEXT NOT NULL, `transcription` TEXT NOT NULL, `audioFormat` TEXT NOT NULL, `revisionNumber` INTEGER NOT NULL, `usageCount` INTEGER, `id` INTEGER, PRIMARY KEY(`id`))",
420
-
"fields": [
421
-
{
422
-
"fieldPath": "title",
423
-
"columnName": "title",
424
-
"affinity": "TEXT",
425
-
"notNull": true
426
-
},
427
-
{
428
-
"fieldPath": "transcription",
429
-
"columnName": "transcription",
430
-
"affinity": "TEXT",
431
-
"notNull": true
432
-
},
433
-
{
434
-
"fieldPath": "audioFormat",
435
-
"columnName": "audioFormat",
436
-
"affinity": "TEXT",
437
-
"notNull": true
438
-
},
439
-
{
440
-
"fieldPath": "revisionNumber",
441
-
"columnName": "revisionNumber",
442
-
"affinity": "INTEGER",
443
-
"notNull": true
444
-
},
445
-
{
446
-
"fieldPath": "usageCount",
447
-
"columnName": "usageCount",
448
-
"affinity": "INTEGER",
449
-
"notNull": false
450
-
},
451
-
{
452
-
"fieldPath": "id",
453
-
"columnName": "id",
454
-
"affinity": "INTEGER",
455
-
"notNull": false
456
-
}
457
-
],
458
-
"primaryKey": {
459
-
"columnNames": [
460
-
"id"
461
-
],
462
-
"autoGenerate": false
463
-
},
464
-
"indices": [],
465
-
"foreignKeys": []
466
-
},
467
417
{
468
418
"tableName": "StoryBook",
469
419
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`title` TEXT NOT NULL, `description` TEXT, `coverImageId` INTEGER NOT NULL, `readingLevel` TEXT, `revisionNumber` INTEGER NOT NULL, `usageCount` INTEGER, `id` INTEGER, PRIMARY KEY(`id`))",
@@ -677,7 +627,7 @@
677
627
"views": [],
678
628
"setupQueries": [
679
629
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
680
-
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '59e65b275fee9665d0c18eb2d49f6a3a')"
630
+
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '0f15f0f2b2fa7d5262a10c32eb16e440')"
0 commit comments