JonasMuehlmann/bntp.go

Make sure IDs are inserted into DB

Opened this issue · 0 comments

SQLBoiler does not insert them, since they are an auto increment field,
To solve the problem, use e.g. boil.Greylist(TagColumns.ID) instead of boil.Infer().