27 lines
715 B
Go
27 lines
715 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 PublicreportNuisanceOldErrors = &publicreportNuisanceOldErrors{
|
||
|
|
ErrUniqueNuisancePkey: &UniqueConstraintError{
|
||
|
|
schema: "publicreport",
|
||
|
|
table: "nuisance_old",
|
||
|
|
columns: []string{"id"},
|
||
|
|
s: "nuisance_pkey",
|
||
|
|
},
|
||
|
|
|
||
|
|
ErrUniqueNuisancePublicIdKey: &UniqueConstraintError{
|
||
|
|
schema: "publicreport",
|
||
|
|
table: "nuisance_old",
|
||
|
|
columns: []string{"public_id"},
|
||
|
|
s: "nuisance_public_id_key",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type publicreportNuisanceOldErrors struct {
|
||
|
|
ErrUniqueNuisancePkey *UniqueConstraintError
|
||
|
|
|
||
|
|
ErrUniqueNuisancePublicIdKey *UniqueConstraintError
|
||
|
|
}
|