Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 27, 2024
1 parent a53588e commit 9c25619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ The below table shows how this tap will map between jsonschema datatypes and Pos
| jsonschema | Postgres |
| ---------------------------------------------------------------------------------- | --------------------------------------- |
| integer | bigint |
| integer with maximum<32768 | smallint |
| integer with maximum>=2147483648 | integer |
| integer with maximum < 32768 | smallint |
| integer with maximum < 2147483648 | integer |
| UNSUPPORTED | bigserial |
| UNSUPPORTED | bit [ (n) ] |
| UNSUPPORTED | bit varying [ (n) ] |
Expand Down

0 comments on commit 9c25619

Please sign in to comment.