Bigint function

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

Implementation

SqlType Bigint({String constraint = notNull})
=> SqlType("bigint", constraint: constraint);