A <-1?—m-> B
All types Prisma supports on a composite.
Allows for simple picking of whatever should be tested from a single model.
Test model containing all possible Prisma list types.
Excludes capability-dependent types (e.g. JSON).
Test model containing all possible Prisma scalar types, nullable.
Excludes capability-dependent types (e.g. JSON, Decimal).
Test model containing all common Prisma numeric types.
Test model containing all common Prisma numeric and string types.
Test model containing all common Prisma numeric and string types, optional.
Test model containing all possible Prisma scalar types.
Excludes capability-dependent types (e.g. JSON).
Most basic datamodel containing only a model with ID
for the most rudimentary testing.
Basic Test model containing a single json field.
Basic Test model containing a single optional json field.
Basic Test model containing a single optional json field.
Composites and relations mixed.
User <-m—n-> posts
Full to-many composite test model.
Full to-one composite test model.
User model with some basic fields and unique constraints.
User <-1—m-> posts