Files
am-scripts/database/mcp/dberrors/locations_file.bob.go
2026-03-19 14:46:45 -04:00

27 lines
597 B
Go

// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package dberrors
var LocationsFileErrors = &locationsFileErrors{
ErrUniquePrimary: &UniqueConstraintError{
schema: "",
table: "locations_file",
columns: []string{"id"},
s: "PRIMARY",
},
ErrUniqueUuid: &UniqueConstraintError{
schema: "",
table: "locations_file",
columns: []string{"uuid"},
s: "uuid",
},
}
type locationsFileErrors struct {
ErrUniquePrimary *UniqueConstraintError
ErrUniqueUuid *UniqueConstraintError
}