add new group table to database
This commit is contained in:
6
models/group.go
Normal file
6
models/group.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Group struct {
|
||||
Id int `gorm:"primaryKey" json:"id"`
|
||||
Name string `gorm:"column:name" json:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user