這是我的模特type Ticket struct { gorm.Model PassengerName string `json:"passenger_name"` Price uint64 `json:"price"` Seat pq.StringArray `gorm:"type:string[]" json:"seat"`}gorm.io/driver/postgres@v1.3.1/migrator.go:118 錯(cuò)誤:類型“string[]”不存在(SQLSTATE 42704)
如何在 gorm 模型上定義字符串列表?
幕布斯7119047
2022-11-23 19:26:30