@ammarahmed/notifee-react-native
Version:
Notifee - a feature rich notifications library for React Native.
47 lines (46 loc) • 1.28 kB
JSON
{
"formatVersion": 1,
"database": {
"version": 1,
"identityHash": "f3fdf2a542ef241fa353c4b3be121211",
"entities": [
{
"tableName": "work_data",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` TEXT NOT NULL, `notification` BLOB, `trigger` BLOB, 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
}
],
"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, 'f3fdf2a542ef241fa353c4b3be121211')"
]
}
}