Add migrations
This commit is contained in:
@@ -3,7 +3,8 @@ package models
|
||||
import "time"
|
||||
|
||||
type Washlist struct {
|
||||
Id int `json:"id"`
|
||||
Person string `json:"person"`
|
||||
Date time.Time `json:"date"`
|
||||
IsWashed bool `json:"iswashed"`
|
||||
Washed string `json:"iswashed"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user