Real function

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

Implementation

SqlType Real({String constraint = notNull})
=> SqlType("real", constraint: constraint);