feat: minor changes to db and new query
Some checks failed
Build and Deploy Go App / build (push) Failing after 5m56s
Build and Deploy Go App / deploy (push) Has been skipped

This commit is contained in:
Iron_Felix 2025-11-15 02:51:52 +03:00
parent e8783a0e9d
commit 5cc6757900
4 changed files with 152 additions and 15 deletions

View file

@ -24,4 +24,14 @@ sql:
nullable: false
go_type:
import: "time"
type: "Time"
type: "Time"
- db_type: "title_status_t"
nullable: true
go_type:
pointer: true
type: "TitleStatusT"
- db_type: "release_season_t"
nullable: true
go_type:
pointer: true
type: "ReleaseSeasonT"