© 2026 Hedgehog Software, LLC
const intZeroNotNull = integer().default(0).notNull()
const example = { id: integer().primaryKey(), value: intZeroNotNull }