18 lines
472 B
Go
18 lines
472 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 PublicreportReportLogErrors = &publicreportReportLogErrors{
|
||
|
|
ErrUniqueReportLogPkey: &UniqueConstraintError{
|
||
|
|
schema: "publicreport",
|
||
|
|
table: "report_log",
|
||
|
|
columns: []string{"id"},
|
||
|
|
s: "report_log_pkey",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type publicreportReportLogErrors struct {
|
||
|
|
ErrUniqueReportLogPkey *UniqueConstraintError
|
||
|
|
}
|