nidus-sync/db/dberrors/publicreport.nuisance_image_old.bob.go

18 lines
534 B
Go
Raw Normal View History

2026-01-31 22:14:46 +00:00
// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package dberrors
var PublicreportNuisanceImageOldErrors = &publicreportNuisanceImageOldErrors{
2026-01-31 22:14:46 +00:00
ErrUniqueNuisanceImagePkey: &UniqueConstraintError{
schema: "publicreport",
table: "nuisance_image_old",
2026-01-31 22:14:46 +00:00
columns: []string{"image_id", "nuisance_id"},
s: "nuisance_image_pkey",
},
}
type publicreportNuisanceImageOldErrors struct {
2026-01-31 22:14:46 +00:00
ErrUniqueNuisanceImagePkey *UniqueConstraintError
}