Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit e22cd6c

Browse files
authored
Update 1-prepare-the-database.rst (#466)
The maximum signed 8 Bit integer is 127, not 128. It is correct in all other bit-lengths.
1 parent defc421 commit e22cd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/6-Persistence/1-prepare-the-database.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ types.
280280
| |`longtext*` |max. 4.294.967.295 Bytes |
281281
+------------------------------+--------------------+-------------------------------------------------+
282282
|Integer types |`tinyint[(n)]` * |8 Bit |
283-
| | | -128 to +128 (signed; n=4) |
283+
| | | -128 to +127 (signed; n=4) |
284284
|(item counts, ages etc.; in | | 0 to 255(unsigned; n=3) |
285285
|TYPO3 as well as dates and | | |
286286
|boolean properties) |`smallint[(n)]` |16 Bit |

0 commit comments

Comments
 (0)