Retrieve the schema version stored in the database. Should return 0 if none.
@override Future<int> getStoredSchemaVersion() async => _schemaVersion;