My question is how can I set the default values for a certain index in variable length array column. I am trying to set the value of one of the positions to default to string 'false'.
Reason being is I want to be able to have a where clause on a query to filter items where the position value is 'true' (I am setting specific ones to true manually) but without having the rest of my data default to false on that value my query is not fetching any data.
If this is confusing let me know and I will try to clear it up..Thanks in advance