gpt4 book ai didi

fluent - 使用字符串枚举创建 Fluent 模型

转载 作者:行者123 更新时间:2023-12-04 15:50:17 29 4
gpt4 key购买 nike

这是我的 Fluent 模型

struct Ailment: PostgreSQLModel {

enum Frequency: String , Content {
case regular = "Regular"
case occasional = "Occasional"
case incidentFound = "Incident Found"
}

var id: Int?

var ailment: String

var frequency: Frequency

var dateIdentified: Date?

var underMedication: Bool

var breifDescription: String

}

我可以使用 Int Enum 创建 Fluent 模型,但它不适用于 String Enum ,

我低于异常
Fatal error: Error raised at top level: ⚠️ DecodingError: Cannot initialize Frequency from invalid String value 1

提前致谢 :)

最佳答案

转介 this Issue它适用于 Vapor 3.0.6 和 Fluent 3.0.0。如果您的枚举符合 ReflectionDecodable,则应正确创建该表。 .

关于fluent - 使用字符串枚举创建 Fluent 模型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53306475/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com