third commit

This commit is contained in:
aman.singh
2024-09-12 13:18:04 +05:30
parent 1f79e1d4cf
commit 7a5ebbc580
5 changed files with 27 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
package db
type Houston struct {
ID int `json:"id" gorm:"autoIncrement:true"`
houstonID string `json:"houstonID"`
ErrorId string `json:"errorId"`
HoustonID int `json:"houstonID"`
}