18 lines
419 B
Go
18 lines
419 B
Go
|
|
// 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 CommsEmailErrors = &commsEmailErrors{
|
||
|
|
ErrUniqueEmailPkey: &UniqueConstraintError{
|
||
|
|
schema: "comms",
|
||
|
|
table: "email",
|
||
|
|
columns: []string{"address"},
|
||
|
|
s: "email_pkey",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type commsEmailErrors struct {
|
||
|
|
ErrUniqueEmailPkey *UniqueConstraintError
|
||
|
|
}
|