For a JSON column called `roles`, say, setting a default type to `["user"]` doesn't work but `'["user"]'` works. This escaping/quoting is probably required for a bunch of other use-cases?