Lists: list & add
This commit is contained in:
parent
0159e8d528
commit
6acd737b99
6 changed files with 173 additions and 3 deletions
|
|
@ -12,5 +12,6 @@ type ListItem struct {
|
|||
gorm.Model
|
||||
Value string
|
||||
Default string
|
||||
ListID uint
|
||||
List List
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue