modified: main_dc/yalarba/api_yal/internal/database/psql_db.go
new file: main_dc/yalarba/api_yal/internal/models/appeal.go add appeal struct and add it into autoMigrate
This commit is contained in:
@@ -49,6 +49,7 @@ func autoMigrate(db *gorm.DB) error {
|
||||
&models.Rating{},
|
||||
&models.Feedback{},
|
||||
&models.Comment{},
|
||||
&models.Appeal{},
|
||||
}
|
||||
|
||||
for _, model := range models {
|
||||
|
||||
Reference in New Issue
Block a user