Reset auto increment ID
Future<void> resetAutoId(String tableName) async { await BoxerDatabaseUtil.resetAutoId(database, tableName: tableName); }