The only difference was that `sessionID` not exists on native, so excluding this undefined field or setting as `null` is not an issue.
We need to store this in the same version in SQLite, and for backup and schema consistency unify the transform, which later in the stack is used for converting data to SQLite format.
It also reduces code duplication and makes things more consistent.
Note: after migrating everything to SQLite those transforms are not needed anymore, and then those will be needed also for transforming data to SQLite.