Skip to content

Commit 4496697

Browse files
committed
added missing parameter to JSONB docstring
1 parent 450d6a6 commit 4496697

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

piccolo/columns/column_types.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,10 @@ class JSONB(JSON):
10881088
be converted to the binary format). The benefits of JSONB generally
10891089
outweigh the downsides.
10901090
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+
10911095
"""
10921096

10931097
def arrow(self, key: str) -> JSONB:

0 commit comments

Comments
 (0)