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 f8b64e2 commit 20039dcCopy full SHA for 20039dc
piccolo/columns/column_types.py
@@ -1044,7 +1044,7 @@ def __getattribute__(self, name: str):
1044
###############################################################################
1045
1046
1047
-class JSON(Column):
+class JSON(Column): # lgtm[py/missing-equals]
1048
"""
1049
Used for storing JSON strings. In Postgres, the JSON can be queried
1050
directly. The data is stored as a string. This is preferable to JSONB
0 commit comments