Text function

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

Implementation

SqlType Text({String constraint = notNull})
=> SqlType("text", constraint: constraint);