Skip to content

Commit

Permalink
Mention jsonb support in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Nov 14, 2023
1 parent dd6b62b commit 518e54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage/data-modelling/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ You are responsible for ensuring the uniqueness of your primary keys. If you som

- `boolean`
- `uuid`
- `jsonb`

The authoritative list of supported data types is maintained in the `supported_types()` function in [`components/electric/lib/electric/postgres.ex`](https://github.com/electric-sql/electric/blob/37f3ee4cbf06ef80e80ed8663b420b2bdeb7cb1b/components/electric/lib/electric/postgres.ex#L83-L95).

Expand Down

0 comments on commit 518e54d

Please sign in to comment.