Smallint function

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

Implementation

SqlType Smallint({String constraint = notNull})
=> SqlType("smallint", constraint: constraint);