nidus-sync/db/dberrors/publicreport.report_log.bob.go
Eli Ribble 1d2570c912
Add DB model for publicreport logs
It's just way easier to track that deriving the data every time an API
request is made.
2026-03-18 17:32:06 +00:00

17 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
}