StoreDown
StoreDown copied to clipboard
DB Bug: Items added that use boolean columns, end up in 1 of 3 states (true, false, null)
A boolean (since it uses a toggle switch) that is not toggled on, should always default to false.
In the screenshot attached, there are 3 boolean columns: Factory Second, Retired, and Bagged.
- name: factory_second
displayName: Factory Second?
type: boolean
- name: retired
displayName: Retired?
type: boolean
- name: bagged
displayName: Bagged?
type: boolean