Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d9c66ae26 |
@@ -9,5 +9,5 @@ type Product struct {
|
||||
Slug string `db:"slug"`
|
||||
Price float64 `db:"price"`
|
||||
CreatedAt time.Time `db:"created_at"`
|
||||
UpdatedAt *time.Time `db:"updated_at,omitempty"`
|
||||
UpdatedAt *time.Time `db:"updated_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user