feat:
Some checks failed
Build and Deploy Go App / build (push) Failing after 2m37s
Build and Deploy Go App / deploy (push) Has been skipped

This commit is contained in:
Iron_Felix 2025-11-25 03:20:39 +03:00
parent 9f74c9eeb6
commit 4c7d03cddc
7 changed files with 28 additions and 6 deletions

View file

@ -14,6 +14,8 @@ sql:
emit_pointers_for_null_types: true
emit_empty_slices: true #slices returned by :many queries will be empty instead of nil
overrides:
- column: "titles.title_storage_type"
go_type: "*string"
- db_type: "jsonb"
go_type: "encoding/json.RawMessage"
- db_type: "uuid"