@ammarahmed/notifee-react-native
Version:
Notifee - a feature rich notifications library for React Native.
53 lines • 1.54 kB
JSON
{
"formatVersion": 1,
"database": {
"version": 2,
"identityHash": "24b2477514809255df232947ce7928c4",
"entities": [
{
"tableName": "work_data",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` TEXT NOT NULL, `notification` BLOB, `trigger` BLOB, `with_alarm_manager` INTEGER NOT NULL DEFAULT 0, PRIMARY KEY(`id`))",
"fields": [
{
"fieldPath": "id",
"columnName": "id",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "notification",
"columnName": "notification",
"affinity": "BLOB",
"notNull": false
},
{
"fieldPath": "trigger",
"columnName": "trigger",
"affinity": "BLOB",
"notNull": false
},
{
"fieldPath": "withAlarmManager",
"columnName": "with_alarm_manager",
"affinity": "INTEGER",
"notNull": true,
"defaultValue": "0"
}
],
"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, '24b2477514809255df232947ce7928c4')"
]
}
}