"createSql":"CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `barcode` TEXT NOT NULL, `itemCode` TEXT NOT NULL, `itemDescription` TEXT NOT NULL, `sellingAreaStock` REAL NOT NULL, `sendStatus` INTEGER NOT NULL)",
"fields":[
{
"fieldPath":"id",
"columnName":"id",
"affinity":"INTEGER",
"notNull":true
},
{
"fieldPath":"barcode",
"columnName":"barcode",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"itemCode",
"columnName":"itemCode",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"itemDescription",
"columnName":"itemDescription",
"affinity":"TEXT",
"notNull":true
},
{
"fieldPath":"sellingAreaStock",
"columnName":"sellingAreaStock",
"affinity":"REAL",
"notNull":true
},
{
"fieldPath":"sendStatus",
"columnName":"sendStatus",
"affinity":"INTEGER",
"notNull":true
}
],
"primaryKey":{
"columnNames":[
"id"
],
"autoGenerate":true
},
"indices":[],
"foreignKeys":[]
}
],
"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, \"f0f04a9cfaa656acfc2d490784fc1275\")"
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, \"52bcef8cc56682309aec7ce43b21d1a6\")"