Hi all, I have an issue I don't understand: when i save values to a boolean column they seem to be s

Hi all,
I have an issue I don't understand: when i save values to a boolean column they seem to be saved as strings (true, false, or in the case of accidental error in inserting some random other strings).

This is on a local d1 database in development.

I was under the impression that values would be converted to 0 or 1 automatically (or error thrown if not truthy or falsy). Is this not correct?
Was this page helpful?