Skip to content

Commit cc99867

Browse files
committed
docs: remove Appendix C (unsigned types don't exist in 2.0)
1 parent ac674e9 commit cc99867

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/design/multi-backend-plan.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -666,13 +666,4 @@ date, time, timetz, timestamp, timestamptz, interval
666666
uuid
667667
json, jsonb
668668
array types (e.g., integer[])
669-
```
670-
671-
## Appendix C: Removed from Core Types
672-
673-
| Type | Reason | Alternative |
674-
|------|--------|-------------|
675-
| `uint8` | No PostgreSQL equivalent | Use `int16` or MySQL native `tinyint unsigned` |
676-
| `uint16` | No PostgreSQL equivalent | Use `int32` or MySQL native `smallint unsigned` |
677-
| `uint32` | No PostgreSQL equivalent | Use `int64` or MySQL native `int unsigned` |
678-
| `uint64` | No PostgreSQL equivalent | Use `int64` (if range fits) or MySQL native `bigint unsigned` |
669+
```

0 commit comments

Comments
 (0)