OzzyRMOzzyRMDocs
GlossaryTypes

Date / DateTime

Points in time such as createdAt or publishedAt.

Points in time such as createdAt or publishedAt.

Date and datetime fields store timestamps or calendar dates. Common ORM types include DateTime, timestamp, timestamptz, and date.

Example

Prisma
createdAt DateTime @default(now())

On this page