Expand description
模型便捷函数模块
提供创建各种字段类型的便捷函数
Functions§
- array_
field - 便捷函数:创建数组字段 在 MongoDB 中使用原生数组,在 SQL 数据库中使用 JSON 存储
- boolean_
field - 便捷函数:创建布尔字段
- datetime_
field - 便捷函数:创建日期时间字段
- datetime_
with_ tz_ field - 便捷函数:创建带时区的日期时间字段
- dict_
field Deprecated - 便捷函数:创建字典字段(基于Object类型)
- float_
field - 便捷函数:创建浮点数字段
- integer_
field - 便捷函数:创建整数字段
- json_
field - 便捷函数:创建JSON字段
- list_
field - 便捷函数:创建列表字段(array_field 的别名) 在 MongoDB 中使用原生数组,在 SQL 数据库中使用 JSON 存储
- reference_
field - 便捷函数:创建引用字段
- string_
field - 便捷函数:创建字符串字段
- uuid_
field - 便捷函数:创建UUID字段