Remove all entries in this table permenantly.
Future deleteAllEntries({bool withRelatedItems = true}) async { await delete(withRelatedItems: withRelatedItems); }