Skip to content

Commit

Permalink
Remove conversion table and update other types in other-types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvergara committed Jun 22, 2024
1 parent 5328bcd commit c31833d
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions other-types.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
### Conversion Table
| Supabase Identifier | Format | JSON Type | Dart Type | Runtime Tested |
| ------------------- | --------------------------- | --------- | -------------------- | -------------- |
| # int2 | smallint | integer | int ||
| # int4 | integer | integer | int ||
| # int8 | bigint | integer | BigInt ||
| # float4 | real | number | double ||
| # float8 | double precision | number | double ||
| # numeric | numeric | number | num ||
| {} json | json | - | Map<String, dynamic> ||
| {} jsonb | jsonb | - | Map<String, dynamic> ||
| T text | text | string | String ||
| T varchar | character varying | string | String ||
| T uuid | uuid | string | String ||
| 🗓️ date | date | string | DateTime ||
| 🗓️ time | time without time zone | string | DateTime ||
| 🗓️timetz | time with time zone | string | DateTime ||
| 🗓️ timestamp | timestamp without time zone | string | DateTime ||
| 🗓️ timestamptz | timestamp with time zone | string | DateTime ||
| 💡 bool | boolean | boolean | bool ||

---

### Other Types

These are valid types in Postgres but is not present in the supabase table editor
Expand Down

0 comments on commit c31833d

Please sign in to comment.