18 lines
507 B
Go
18 lines
507 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 PublicreportNotifyPhoneErrors = &publicreportNotifyPhoneErrors{
|
||
|
|
ErrUniqueNotifyPhonePkey: &UniqueConstraintError{
|
||
|
|
schema: "publicreport",
|
||
|
|
table: "notify_phone",
|
||
|
|
columns: []string{"report_id", "phone_e164"},
|
||
|
|
s: "notify_phone_pkey",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type publicreportNotifyPhoneErrors struct {
|
||
|
|
ErrUniqueNotifyPhonePkey *UniqueConstraintError
|
||
|
|
}
|