Brent Leemans
10/04/2021, 8:24 PMAndrew Valleteau
10/04/2021, 8:28 PMmodel mymodel {
updated_at DateTime @default(0) @db.Timestamptz(6)
}
(I didn't actually tried this, but seems like it would convert 0 to timestamp so you should endup with a 1970 date)Ryan
10/05/2021, 6:31 AM