Skip to content

Commit

Permalink
Update a mention of the source of truth for suppored types in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Sep 18, 2023
1 parent ac8cdae commit c9a6082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/data-modelling/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You are responsible for ensuring the uniqueness of your primary keys. If you som
- `bigint`
- `double precision`

The authoritative list of supported data types is maintained in the [`supported_pg_types/0` function](https://github.com/search?q=repo%3Aelectric-sql%2Felectric+symbol%3Asupported_pg_types&type=code).
The authoritative list of supported data types is maintained in the [`validate_table_column_types.sql.eex` file](https://github.com/electric-sql/electric/blob/main/components/electric/lib/electric/postgres/extension/functions/validate_table_column_types.sql.eex).

<hr className="doc-divider" />

Expand Down

0 comments on commit c9a6082

Please sign in to comment.