mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 14:18:12 +00:00
fixed pg types
This commit is contained in:
@@ -4,7 +4,7 @@ type SubscriptionType struct {
|
||||
tableName struct{} `pg:"subscriptionTypes,alias:subscriptionTypes"`
|
||||
BaseModel
|
||||
Name string `json:"name" pg:"name"`
|
||||
Type string `json:"type" pg:"type"`
|
||||
Type string `json:"type" pg:"type,notnull"`
|
||||
}
|
||||
|
||||
type NewSubscriptionTypeBody struct {
|
||||
|
||||
Reference in New Issue
Block a user