- 
  Notifications
 You must be signed in to change notification settings 
- Fork 962
-
I'm trying to override the tsvector type with a string, but it's not working.
Here's what my config looks like
version: '2' sql: - engine: 'postgresql' queries: './queries' schema: './migrations' gen: go: package: 'db' out: './' sql_package: 'pgx/v5' emit_methods_with_db_argument: true overrides: - db_type: "pg_catalog.tsvector" go_type: "string"
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
 
 Sign up for free
 to join this conversation on GitHub.
 Already have an account?
 Sign in to comment