Skip to content

Commit

Permalink
add json to xata types table (#323)
Browse files Browse the repository at this point in the history
The `json` column type was missing from the Xata types summary.
  • Loading branch information
kostasb authored Apr 12, 2024
1 parent 99f0171 commit ade4353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 030-Data-types/030-data-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Below is a mapping of the additional data types Xata provides alongside Postgres
| [filearray](#filearray) | xata.xata_file_array | json array stored natively as jsonb |
| [link](#link) | foreign key | |
| [vector](#vector) | real[] | |
| [json](#json) | jsonb | |

## Limitations when using native Postgres types

Expand Down

0 comments on commit ade4353

Please sign in to comment.