PGenerator

data class PGenerator(val name: String, val properties: PPropertySet) : PRootElement

A generator ... { } in a Prisma schema

Constructors

Link copied to clipboard
constructor(name: String, properties: PPropertySet)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Generator name

Link copied to clipboard

Properties of this generator