Initial commot
Have got DB creation and migration working
This commit is contained in:
commit
4ecc12f035
14 changed files with 315 additions and 0 deletions
7
models/sites.go
Normal file
7
models/sites.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package models
|
||||
|
||||
type Site struct {
|
||||
ID int64
|
||||
Name string
|
||||
URL string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue