keyguard-app-Bitwarden-Vaul.../common/schemas/com.artemchep.keyguard.andr.../2.json

150 lines
4.4 KiB
JSON

{
"formatVersion": 1,
"database": {
"version": 2,
"identityHash": "c99763929d85fc7c3d7bb7800cb4f019",
"entities": [
{
"tableName": "DownloadInfoEntity",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` TEXT NOT NULL, `localCipherId` TEXT NOT NULL, `remoteCipherId` TEXT, `attachmentId` TEXT NOT NULL, `url` TEXT NOT NULL, `urlIsOneTime` INTEGER NOT NULL, `name` TEXT NOT NULL, `createdDate` INTEGER NOT NULL, `revisionDate` INTEGER NOT NULL, `encryptionKeyBase64` TEXT, `code` INTEGER, `attempt` INTEGER, `message` TEXT, PRIMARY KEY(`id`))",
"fields": [
{
"fieldPath": "id",
"columnName": "id",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "localCipherId",
"columnName": "localCipherId",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "remoteCipherId",
"columnName": "remoteCipherId",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "attachmentId",
"columnName": "attachmentId",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "url",
"columnName": "url",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "urlIsOneTime",
"columnName": "urlIsOneTime",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "name",
"columnName": "name",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "createdDate",
"columnName": "createdDate",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "revisionDate",
"columnName": "revisionDate",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "encryptionKeyBase64",
"columnName": "encryptionKeyBase64",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "error.code",
"columnName": "code",
"affinity": "INTEGER",
"notNull": false
},
{
"fieldPath": "error.attempt",
"columnName": "attempt",
"affinity": "INTEGER",
"notNull": false
},
{
"fieldPath": "error.message",
"columnName": "message",
"affinity": "TEXT",
"notNull": false
}
],
"primaryKey": {
"autoGenerate": false,
"columnNames": [
"id"
]
},
"indices": [],
"foreignKeys": []
},
{
"tableName": "GeneratorEntity",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` TEXT NOT NULL, `value` TEXT NOT NULL, `createdDate` INTEGER NOT NULL, `isPassword` INTEGER NOT NULL, `isUsername` INTEGER NOT NULL, PRIMARY KEY(`id`))",
"fields": [
{
"fieldPath": "id",
"columnName": "id",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "value",
"columnName": "value",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "createdDate",
"columnName": "createdDate",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "isPassword",
"columnName": "isPassword",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "isUsername",
"columnName": "isUsername",
"affinity": "INTEGER",
"notNull": true
}
],
"primaryKey": {
"autoGenerate": false,
"columnNames": [
"id"
]
},
"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, 'c99763929d85fc7c3d7bb7800cb4f019')"
]
}
}