18 lines
505 B
Go
18 lines
505 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 PublicreportReportImageErrors = &publicreportReportImageErrors{
|
||
|
|
ErrUniqueReportImagePkey: &UniqueConstraintError{
|
||
|
|
schema: "publicreport",
|
||
|
|
table: "report_image",
|
||
|
|
columns: []string{"image_id", "report_id"},
|
||
|
|
s: "report_image_pkey",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type publicreportReportImageErrors struct {
|
||
|
|
ErrUniqueReportImagePkey *UniqueConstraintError
|
||
|
|
}
|