Replies: 1 comment 1 reply
-
After running:
I now get the correct number of rows... but what is this fake false that exists ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following table:
![image](https://user-images.githubusercontent.com/4015939/123453014-4e1ed980-d5df-11eb-8f04-b225f2a52d76.png)
When queried in the following way, it seems not to register the "false"'s that were created as a default value, only the one I manually set to false:
![image](https://user-images.githubusercontent.com/4015939/123453151-78709700-d5df-11eb-96c5-66d2c8734cfd.png)
It's as if the values set to false as a default value...aren't really false?
Beta Was this translation helpful? Give feedback.
All reactions