"createSql":"CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`key` TEXT NOT NULL, `name` TEXT, `searchable` INTEGER, `filterable` INTEGER, `changeable` INTEGER, `recordable` INTEGER, `activated` INTEGER NOT NULL, PRIMARY KEY(`key`))",
"createSql":"CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`key` TEXT NOT NULL, `name` TEXT, `searchable` INTEGER, `changeable` INTEGER, `recordable` INTEGER, PRIMARY KEY(`key`))",
"fields":[
{
"fieldPath":"key",
@ -82,12 +82,6 @@
"affinity":"INTEGER",
"notNull":false
},
{
"fieldPath":"filterable",
"columnName":"filterable",
"affinity":"INTEGER",
"notNull":false
},
{
"fieldPath":"changeable",
"columnName":"changeable",
@ -99,12 +93,6 @@
"columnName":"recordable",
"affinity":"INTEGER",
"notNull":false
},
{
"fieldPath":"activated",
"columnName":"activated",
"affinity":"INTEGER",
"notNull":true
}
],
"primaryKey":{
@ -444,7 +432,7 @@
"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, 'aa43d70f082d5a861c294a307ca6ce6f')"
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '67f0132775fe3d51407f4715ee568544')"