Timestamptz function

SqlType Timestamptz({
  1. String constraint = notNull,
})

Implementation

SqlType Timestamptz({String constraint = notNull})
=> SqlType("timestamptz(3)", constraint: constraint);