18 lines
467 B
Go
18 lines
467 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 ReportTextErrors = &reportTextErrors{
|
||
|
|
ErrUniqueReportTextPkey: &UniqueConstraintError{
|
||
|
|
schema: "",
|
||
|
|
table: "report_text",
|
||
|
|
columns: []string{"creator_id", "report_id", "text_log_id"},
|
||
|
|
s: "report_text_pkey",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type reportTextErrors struct {
|
||
|
|
ErrUniqueReportTextPkey *UniqueConstraintError
|
||
|
|
}
|