rf/changes schema minorly
This commit is contained in:
parent
b4fb6ad53a
commit
d619440fb9
@ -126,8 +126,8 @@ type Return struct {
|
||||
|
||||
type ReturnsLog struct {
|
||||
ID int64 `json:"ID"`
|
||||
ReturnsID sql.NullInt64 `json:"returnsID"`
|
||||
MailID sql.NullInt64 `json:"mailID"`
|
||||
ReturnsID int64 `json:"returnsID"`
|
||||
MailID int64 `json:"mailID"`
|
||||
Status sql.NullString `json:"status"`
|
||||
Creator string `json:"creator"`
|
||||
Created time.Time `json:"created"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user