Your Question
I use string array to represent array type, like this.
type Row struct {
FieldA []string
}
But I got unsupported data type: &[]. While it can work.
The document you expected this should be explained
https://gorm.io/docs/models.html
Expected answer
A type can represent ClickHouse Array type.
Comment From: houbaron
https://github.com/go-gorm/gorm/blob/master/schema/schema.go#L292 https://github.com/go-gorm/gorm/blob/master/schema/schema.go#L330