Property notNull does not exist on type 'PgEnum<[google, github]>
Hey guys, for some reason Im getting this error. any clue how I could fix this?
2 Replies
This is correct usage
It has to create enum in DB separately that why provider fn is exported
and that enum is then referenced in tables column
gotcha. that works perfectly
thanks!