chore: build
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Contact struct {
|
||||
ID int `json:"id" gorm:"primaryKey"`
|
||||
Name string `json:"name" gorm:"not null"`
|
||||
}
|
||||
Reference in New Issue
Block a user