Returns the CONSTRAINT entries.
CONSTRAINT
List<SQLEntry> get constraints => entries.where((e) => e.type == 'CONSTRAINT').toList();