在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
enum的作用是声名一个枚举属性来映射数据库里整型字段的值,并能通过这个属性来查询数据库。 可以这么使用(事例来自官方),比如:
这样使用很方便,但是使用这个enum时候一定要非常注意,你可能注意到了,它会产生一些方法。比如上面,它产生了:
运行时它会产生You tried to define an enum named "statuss" on the model "ConfirmAsset", but this will generate a class method "group", which is already defined by Active Record.这样的错误。 另外使用字段名称的时候也要注意,因为我得到了这样的错误:You tried to define an enum named "import" on the model "ConfirmAsset", but this will generate a instance method "import=", which is already defined by another enum.
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论