A user wrote an email to me with the following issue: Hi again, I have column ``` battery INTEGER, ``` and the result is ``` Battery sql.NullInt32 ``` I cannot force to use sql.NullInt64 ``` overrides: - go_type: "int64" db_type: "integer" ``` is this bug or we use this in wrong way?
A user wrote an email to me with the following issue:
Hi again, I have column
and the result is
I cannot force to use sql.NullInt64
is this bug or we use this in wrong way?