We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6989a7 + dc8cee1 commit 5acef24Copy full SHA for 5acef24
drivers/sqlboiler-psql/driver/psql.go
@@ -1048,6 +1048,9 @@ func (p PostgresDriver) Imports() (importers.Collection, error) {
1048
"types.Decimal": {
1049
ThirdParty: importers.List{`"github.com/volatiletech/sqlboiler/v4/types"`},
1050
},
1051
+ "types.Byte": {
1052
+ ThirdParty: importers.List{`"github.com/volatiletech/sqlboiler/v4/types"`},
1053
+ },
1054
"types.BytesArray": {
1055
1056
0 commit comments