Recommended mappings
| Source shape | Destination type |
|---|---|
| identifiers | bigint, uuid, or text |
| names and labels | text |
| amounts | numeric |
| timestamps | timestamptz |
| dates | date |
| booleans | boolean |
| nested JSON | jsonb or selected scalar columns |
Practical type guidance for the current PostgreSQL-to-PostgreSQL workflow.
| Source shape | Destination type |
|---|---|
| identifiers | bigint, uuid, or text |
| names and labels | text |
| amounts | numeric |
| timestamps | timestamptz |
| dates | date |
| booleans | boolean |
| nested JSON | jsonb or selected scalar columns |