Jsonb function

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

Implementation

SqlType Jsonb({String constraint = notNull})
=> SqlType("jsonb", constraint: constraint);