add new relational table requests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package models
|
||||
|
||||
type Group struct {
|
||||
Id int `gorm:"primaryKey" json:"id"`
|
||||
Id uint `gorm:"primaryKey" json:"id"`
|
||||
Name string `gorm:"column:name" json:"name"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user