GlossaryTypesDateTimePrisma date and time scalar type.Prisma date and time scalar type. DateTime maps to timestamp-like columns in the database. Prisma can auto-update it with @updatedAt. Example PrismaupdatedAt DateTime @updatedAt Related Glossary overview All types Int32-bit integer, common in Prisma schemas.AttributesGlossary entries for constraints, flags, and relation shapes.