Add SS and MCP databases
This commit is contained in:
26
database/mcp/dberrors/locations_nfs.bob.go
Normal file
26
database/mcp/dberrors/locations_nfs.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// 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 LocationsNFErrors = &locationsNFErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_nfs",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_nfs",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsNFErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
Reference in New Issue
Block a user