Check if there is missing tables or fields in Sqlite file generated by core data by comparing with core data model.
Useful to test if this is an old database not migrated yet.
Go to https://github.com/phimage/SchemeCDCheck/releases and take the last binary for macOS SchemeCDCheck.zip
git clone https://github.com/phimage/SchemeCDCheck.git
cd SchemeCDCheck
swift build -c release
Binary result in .build/release/schemeCDCheck
schemeCDCheck <core data model> <sqlite file>
schemeCDCheck /path/to/MyModel.xcdatamodeld /path/to/MyModel.sqlite
sqlite3binary https://www.sqlite.org/download.html, accessible from path (I usewhich)