working commit
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ type Account struct {
|
||||
type Grant struct {
|
||||
ID string `json:"id" yaml:"id" db:"id"`
|
||||
AccountID string `json:"accountID" yaml:"accountID" db:"account_id"`
|
||||
Operation string `json:"operation" yaml:"operation" db:"operation"`
|
||||
Grantname string `json:"grantname" yaml:"grantname" db:"grantname"`
|
||||
CreatedAt string `json:"createdAt" yaml:"createdAt" db:"created_at"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user