TextArray function

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

Implementation

SqlType TextArray({String constraint = notNull})
=> SqlType("text[]", constraint: constraint);