gpt4 book ai didi

mysql - sails JS : How do I set attributes to NOT NULL?

转载 作者:行者123 更新时间:2023-11-29 01:20:57 25 4
gpt4 key购买 nike

我注意到,如果我不从 REST API 发布属性,它只会被设置为 NULL。如何在我的 Sails.js 模型中强制执行 NOT NULL?

最佳答案

你想设置required:true

https://github.com/balderdashy/waterline-docs/blob/master/models.md#validations

attributes: {
username: {
type: 'string',
required: true
}
}

关于mysql - sails JS : How do I set attributes to NOT NULL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30067917/

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