This commit adds a isCompositeType boolean to the ExtendedDMMFField class. It removes checks for the MongoDB provider, and instead checks if a field is a composite type on a field by field basis, which means the schemas can now contain nested "WithRelations" model schemas, like any other provider can.
Fixes: #254
This commit adds a isCompositeType boolean to the ExtendedDMMFField class. It removes checks for the MongoDB provider, and instead checks if a field is a composite type on a field by field basis, which means the schemas can now contain nested "WithRelations" model schemas, like any other provider can.