Integer function

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

Implementation

SqlType Integer({String constraint = notNull})
=> SqlType("integer", constraint: constraint);