Timestamptz0 function

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

Implementation

SqlType Timestamptz0({String constraint = notNull})
=> SqlType("timestamptz(0)", constraint: constraint);