- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for HasManyAssociationReplaceWithStructValue (0.18 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/associations_has_many_test.go
} if len(contents) != 0 { t.Errorf("expected %d contents, got %d", 0, len(contents)) } } func TestHasManyAssociationReplaceWithStructValue(t *testing.T) { user := User{Name: "HasManyAssociationReplaceWithStructValue", Languages: []Language{{Name: "EN", Code: "en"}}} if err := DB.Create(&user).Error; err != nil { t.Fatalf("errors happened when create: %v", err) }
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Fri Sep 12 04:33:27 GMT 2025 - 16.3K bytes - Click Count (0)