这是我的模特
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 错误:类型“string[]”不存在(SQLSTATE 42704)
千巷猫影
慕娘9325324
相关分类