We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450d6a6 commit 4496697Copy full SHA for 4496697
piccolo/columns/column_types.py
@@ -1088,6 +1088,10 @@ class JSONB(JSON):
1088
be converted to the binary format). The benefits of JSONB generally
1089
outweigh the downsides.
1090
1091
+ :param default:
1092
+ Either a JSON string can be provided, or a Python ``dict`` or ``list``
1093
+ which is then converted to a JSON string.
1094
+
1095
"""
1096
1097
def arrow(self, key: str) -> JSONB:
0 commit comments