Reactjs – Creating empty array initally as a field in prisma doesnt work
I am doing project with React Typescript Next and prisma, I am trying to create user with initally empty array as playlists field, I dont get any error but when i refresh my database (mongodb) i cannot see playlists prop…