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 b55aa6b commit de85176Copy full SHA for de85176
docs/usage/types/extra_types.md
@@ -21,8 +21,8 @@ Use standard python types instead of deprecated ones.
21
| Float64 (Deprecated) | FLOAT8 | f64 |
22
| VarChar (Deprecated) | VarChar | String |
23
| Text (Deprecated) | Text | String |
24
-| JSON | JSON | serde::Value |
25
-| JSONB | JSONB | serde::Value |
+| JSON (Deprecated) | JSON | serde::Value |
+| JSONB (Deprecated) | JSONB | serde::Value |
26
| MacAddr6 | MacAddr | MacAddr6 |
27
| MacAddr8 | MacAddr8 | MacAddr8 |
28
| Point | Point | Point |
0 commit comments