We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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?