Julien Demarque
05/17/2022, 2:39 PMmodel BaseVariable {
options String[]
}
What is odd is that prisma.baseVariable.create doesn't require me to fill the options argument, so I got baseVariables with options set to null in my postgresdb.
But! if I try to assign null to options in prisma.baseVariable.create I get a type error.Richard Ward
05/17/2022, 8:00 PM