feat: update template

This commit is contained in:
2026-08-19 22:05:49 +08:00
parent 0e674e9d56
commit 5a71093b0c
67 changed files with 2070 additions and 585 deletions

View File

@@ -19,4 +19,8 @@ sql:
- db_type: "timestamptz"
nullable: true
go_type:
type: "*time.Time"
type: "*time.Time"
- db_type: "jsonb"
go_type:
import: "encoding/json"
type: "RawMessage"