Skip to content

Commit

Permalink
fix: correct CHAR and BINARY maximum length from 256 to 255 (#19493) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jan 8, 2025
1 parent 4fcb4e1 commit ce8229a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tidb-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ title: TiDB 使用限制

| 类型 | 最大限制 |
|:----------|:----------|
| CHAR | 256 字符 |
| BINARY | 256 字节 |
| CHAR | 255 字符 |
| BINARY | 255 字节 |
| VARBINARY | 65535 字节 |
| VARCHAR | 16383 字符 |
| TEXT | 默认为 6291456 字节(即 6 MiB),可调至 125829120 字节(即 120 MiB) |
Expand Down

0 comments on commit ce8229a

Please sign in to comment.