sqlc
sqlc copied to clipboard
How to generate nullable enum ?
Hi I want asking something about nullable enum.
Since some of my projects has nullable enum, I want try migrate some queries on those projects using sqlc.
So, I try it first on playground
But the code generated not having nullable enum type, is there something i missed here?