Skip to content

Commit 971d6d6

Browse files
committed
修复错误
1 parent 8929647 commit 971d6d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

PHP-Interview-QA.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
|类型|长度|备注|
3434
|-|-|-|
35-
|tinyint|1bit|
36-
|smallint|2bit|
37-
|mediumint|3bit|
38-
|int|4bit|
39-
|bigint|8bit|
40-
|float|4bit|8位精度|
41-
|double|8bit|16位精度|
35+
|tinyint|1 byte|
36+
|smallint|2 byte|
37+
|mediumint|3 byte|
38+
|int|4 byte|
39+
|bigint|8 byte|
40+
|float|4 byte|8位精度|
41+
|double|8 byte|16位精度|
4242

4343
- 字符类型
4444

0 commit comments

Comments
 (0)