nidus-sync/db/dberrors/fieldseeker.samplecollection.bob.go
Eli Ribble e18ce6a09e
Make fieldseeker tables key on globalid, version
This is because the objectid is not unique between organizations.
2026-01-13 04:16:24 +00:00

17 lines
567 B
Go

// Code generated by BobGen psql v0.0.4-0.20260105020634-53e08d840e47+dirty. DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package dberrors
var FieldseekerSamplecollectionErrors = &fieldseekerSamplecollectionErrors{
ErrUniqueSamplecollectionPkey: &UniqueConstraintError{
schema: "fieldseeker",
table: "samplecollection",
columns: []string{"globalid", "version"},
s: "samplecollection_pkey",
},
}
type fieldseekerSamplecollectionErrors struct {
ErrUniqueSamplecollectionPkey *UniqueConstraintError
}