can you guide on the time field? I need a time field in schema.prisma , so how can I use that time as in prisma schema and what would be the type for time field in dto? thank you
@@holodeck_run can possible to share a short tutorial on this? time should be store in db as 5:30 or 8:12 and also we are doing calculation it if required.
@@sagar7929 you can get logs from your Prisma instance and dump them to a log drain www.prisma.io/docs/orm/prisma-client/observability-and-logging/logging
can you guide on the time field?
I need a time field in schema.prisma , so how can I use that time as in prisma schema and what would be the type for time field in dto?
thank you
you need strictly a field to represent a clock time or would a DateTime work?
@@holodeck_run can possible to share a short tutorial on this?
time should be store in db as 5:30 or 8:12 and also we are doing calculation it if required.
@@holodeck_run another question, how we do audit trail/log using nodejs prisma
@@sagar7929 will add it to the list!
@@sagar7929 you can get logs from your Prisma instance and dump them to a log drain www.prisma.io/docs/orm/prisma-client/observability-and-logging/logging