nidus-sync/db/dberrors/arcgis.user_.bob.go

18 lines
415 B
Go
Raw Normal View History

// Code generated by BobGen psql v0.42.1. DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package dberrors
var ArcgisUserErrors = &arcgisuserErrors{
ErrUniqueUser_Pkey: &UniqueConstraintError{
schema: "arcgis",
table: "user_",
columns: []string{"id"},
s: "user__pkey",
},
}
type arcgisuserErrors struct {
ErrUniqueUser_Pkey *UniqueConstraintError
}