Empty arrays should not be confused with NULL arrays or with arrays containing just NULL values.
不应将空阵列与NULL阵列或与只包含null值的阵列混为一谈。
We added the NOT NULL flag to indicate that the fields must not be null.
我们添加了 NOT NULL 标志来指示字段必须不能为空。
This new validation will enforce NOT null column constraints by rejecting null values, but only in situations where your database would reject a null value.
这种校验会通过拒绝空值,强迫加上非空[not NULL]字段的约束,但是也只有在这种情况下,你的数据库会拒绝空值。
应用推荐