SmallintArray function

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

Implementation

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