Add migrations
This commit is contained in:
6
models/person.go
Normal file
6
models/person.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Person struct {
|
||||
Id int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
}
|
Reference in New Issue
Block a user