Boolean function

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

Implementation

SqlType Boolean({String constraint = notNull})
=> SqlType("boolean", constraint: constraint);