Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Backand 中,在我创建了一个对象并在数据库中拥有它的数据之后,我想返回并为我忽略的字段添加一个默认值。在 GUI 中,似乎有一个字段:Objects > users (the users object I created),但它是灰色的,我不知道如何使用它。
Objects > users (the users object I created)
任何帮助,将不胜感激。
添加默认值是在模型中完成的。在 UI 中,您可以编辑字段并提供默认值,或者在 JSON 模型中添加此标签:
“默认值”:100
字段对象如下所示:
“价格”:{“类型”:“浮动”,“默认值”:100 }