Custom column type
is this posible?
and how i should make it work, because this doesn't
thanks
and how i should make it work, because this doesn't
thanks
const intZeroNotNull = integer().default(0).notNull()const example = {
id: integer().primaryKey(),
value: intZeroNotNull
}