INSERTINTOarticlesVALUES("4abf034f-b9df-47a3-8f8b-0094c2b2d61c","Article 1","http://article-1.example.com","user/-/state/com.google/reading-list user/-/label/Vids user/-/state/com.google/read","The RSS author","<div><p>This is an article</p></div>","feed/100","READ");
INSERTINTOarticlesVALUES("26f72931-ad58-44d8-ab0b-a1f82c1b7e20","Article 2","http://article-2.example.com","user/-/state/com.google/reading-list user/-/label/Vids user/-/state/com.google/read","The RSS author","<div><p>This is an article</p></div>","feed/100","READ");
INSERTINTOarticlesVALUES("5d2ee30a-70c4-4ffc-a3b8-a40c0167a094","Article 3","http://article-3.example.com","user/-/state/com.google/reading-list user/-/label/Vids user/-/state/com.google/read","The RSS author","<div><p>This is an article</p></div>","feed/100","READ");
INSERTINTOarticlesVALUES("234c50fd-6901-4cc0-8c66-0aff2538493c","Article 4","http://article-4.example.com","user/-/state/com.google/reading-list user/-/label/Vids user/-/state/com.google/read","The RSS author","<div><p>This is an article</p></div>","feed/100","READ");
INSERTINTOarticlesVALUES("8a41b6cd-96f4-44da-a752-e819ead7cada","Article 5","http://article-5.example.com","user/-/state/com.google/reading-list user/-/label/Vids","The RSS author","<div><p>This is an article</p></div>","feed/100","UNREAD");
"createSql":"CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER NOT NULL, `SID` TEXT NOT NULL, `Auth` TEXT NOT NULL, `login` TEXT NOT NULL, `serverInstance` TEXT NOT NULL, PRIMARY KEY(`id`))",
"fields":[
{
"fieldPath":"id",
"columnName":"id",
"affinity":"INTEGER",
"notNull":true
},
{
"fieldPath":"SID",
"columnName":"SID",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"Auth",
"columnName":"Auth",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"login",
"columnName":"login",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"serverInstance",
"columnName":"serverInstance",
"affinity":"TEXT",
"notNull":true
}
],
"primaryKey":{
"columnNames":[
"id"
],
"autoGenerate":false
},
"indices":[],
"foreignKeys":[]
},
{
"tableName":"articles",
"createSql":"CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` TEXT NOT NULL, `title` TEXT NOT NULL, `href` TEXT NOT NULL, `categories` TEXT NOT NULL, `author` TEXT NOT NULL, `content` TEXT NOT NULL, `streamId` TEXT NOT NULL, `readStatus` TEXT NOT NULL, PRIMARY KEY(`id`))",
"fields":[
{
"fieldPath":"id",
"columnName":"id",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"title",
"columnName":"title",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"href",
"columnName":"href",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"categories",
"columnName":"categories",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"author",
"columnName":"author",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"content",
"columnName":"content",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"streamId",
"columnName":"streamId",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"readStatus",
"columnName":"readStatus",
"affinity":"TEXT",
"notNull":true
}
],
"primaryKey":{
"columnNames":[
"id"
],
"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, \"5aafcaf540b0e800ff3cf01832030d65\")"
"createSql":"CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER NOT NULL, `SID` TEXT NOT NULL, `Auth` TEXT NOT NULL, `login` TEXT NOT NULL, `serverInstance` TEXT NOT NULL, PRIMARY KEY(`id`))",