Citext function

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

Implementation

SqlType Citext({String constraint = notNull})
=> SqlType("citext", constraint: constraint);