This commit is contained in:
Aditya Siregar
2025-08-03 00:34:25 +07:00
parent a759e0f57c
commit 96743cf50b
25 changed files with 2049 additions and 2141 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func (t *Table) BeforeCreate(tx *gorm.DB) error {
return nil
}
func (Table) TableName() string {
func (Table) GetTableName() string {
return "tables"
}