Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

prisma bigint

import { PrismaClient, Prisma } from '@prisma/client'

const newTypes = await prisma.sample.create({
  data: {
    revenue: BigInt(534543543534),
  },
})
Source by www.prisma.io #
 
PREVIOUS NEXT
Tagged: #prisma #bigint
ADD COMMENT
Topic
Name
7+8 =