type database/sql.NullInt64

3 uses

	database/sql (current package)
		sql.go#L220: type NullInt64 struct {
		sql.go#L226: func (n *NullInt64) Scan(value any) error {
		sql.go#L236: func (n NullInt64) Value() (driver.Value, error) {