| # Copyright 2022 Go Authors All rights reserved. | |
| # Use of this source code is governed by a BSD-style | |
| # license that can be found in the LICENSE file. | |
| version: "1" | |
| packages: | |
| - name: "db" | |
| path: "../../internal/relui/db" | |
| queries: "../../internal/relui/queries" | |
| schema: "../../internal/relui/migrations/" | |
| engine: "postgresql" | |
| sql_package: "pgx/v4" | |
| overrides: | |
| - go_type: "database/sql.NullString" | |
| db_type: "jsonb" | |
| nullable: true | |
| - go_type: "string" | |
| db_type: "jsonb" | |
| nullable: false |