craftman
craftman
Thanks for posting this issue. Your question helped me to figure out my issue.
``` overrides: - db_type: "jsonb" go_type: import: "github.com/specify/the/package/which/holds/the/type" type: "OnlineIntegrationsMap" ``` The configuration may look like this, try this. If issue still persist share the sqlc playground link with your...
Yes I think so, try to use Postgres Domain for this particular field and specify the name of the Domain in the configuration with the type. ``` version: 2 sql:...