IntegerArray function

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

Implementation

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