Removed gorm.model from all models.;

This commit is contained in:
2025-06-17 10:10:12 +10:00
parent c76a900b19
commit 746a492cd4
5 changed files with 0 additions and 15 deletions

View File

@@ -2,12 +2,9 @@ package models
import (
"time"
"gorm.io/gorm"
)
type DBParticipant struct {
gorm.Model
Address *string
Attributes *string `gorm:"type:json"`
ConnectedTime *time.Time `gorm:"index"`