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

27 lines
676 B
Go
Raw Normal View History

// 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 PublicreportWaterOldErrors = &publicreportWaterOldErrors{
ErrUniquePoolPkey: &UniqueConstraintError{
schema: "publicreport",
table: "water_old",
columns: []string{"id"},
s: "pool_pkey",
},
ErrUniquePoolPublicIdKey: &UniqueConstraintError{
schema: "publicreport",
table: "water_old",
columns: []string{"public_id"},
s: "pool_public_id_key",
},
}
type publicreportWaterOldErrors struct {
ErrUniquePoolPkey *UniqueConstraintError
ErrUniquePoolPublicIdKey *UniqueConstraintError
}