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.
我们要求将 null 存储在 DocType 的货币字段中。现在即使该字段不是强制性的,默认情况下,0(零)存储在数据库中,每当插入一行时。是否可以为 Currency 字段存储 null(无值)?还是我们需要切换到 Float 来做同样的事情?
数值属性的设计是非空的。你能解释一下用例吗?由于货币值经常用在表达式、函数中,将它们保持为空是没有意义的。