17 lines
521 B
Go
17 lines
521 B
Go
// 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 PublicreportNuisanceImageErrors = &publicreportNuisanceImageErrors{
|
|
ErrUniqueNuisanceImagePkey: &UniqueConstraintError{
|
|
schema: "publicreport",
|
|
table: "nuisance_image",
|
|
columns: []string{"image_id", "nuisance_id"},
|
|
s: "nuisance_image_pkey",
|
|
},
|
|
}
|
|
|
|
type publicreportNuisanceImageErrors struct {
|
|
ErrUniqueNuisanceImagePkey *UniqueConstraintError
|
|
}
|