18 lines
457 B
Go
18 lines
457 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 FileuploadErrorCSVErrors = &fileuploadErrorCSVErrors{
|
||
|
|
ErrUniqueErrorCsvPkey: &UniqueConstraintError{
|
||
|
|
schema: "fileupload",
|
||
|
|
table: "error_csv",
|
||
|
|
columns: []string{"id"},
|
||
|
|
s: "error_csv_pkey",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type fileuploadErrorCSVErrors struct {
|
||
|
|
ErrUniqueErrorCsvPkey *UniqueConstraintError
|
||
|
|
}
|