first commit
This commit is contained in:
6
models/db/houston.go
Normal file
6
models/db/houston.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package db
|
||||
|
||||
type Houston struct {
|
||||
ID int `json:"id" gorm:"autoIncrement:true"`
|
||||
houstonID string `json:"houstonID"`
|
||||
}
|
||||
@@ -13,4 +13,5 @@ type Project struct {
|
||||
Name string `json:"name" gorm:"unique"`
|
||||
Team string `json:"team"`
|
||||
Icon string `json:"icon"`
|
||||
GithubUrl string `json:"githubUrl"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user