M
M
MasterCopipaster2022-03-07 21:47:07
Node.js
MasterCopipaster, 2022-03-07 21:47:07

Prisma nodejs how to change date format?

I have a model

model profile {
  id         String @id @default(uuid())
  on         Boolean    @default(true)
  update_at  DateTime   @default(now())
}

The update_at field in MySQL saves the date as 2022-03-07 18:20:
51.080000000

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question