@@ -50,6 +50,7 @@ class BreedingDataService {
table: table,
where: where,
whereArgs: whereArgs,
+ orderBy: 'id ASC',
);
return list;
} catch (e) {