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

Update 1-prepare-the-database.rst #466

Merged
merged 1 commit into from
Jul 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/6-Persistence/1-prepare-the-database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ types.
| |`longtext*` |max. 4.294.967.295 Bytes |
+------------------------------+--------------------+-------------------------------------------------+
|Integer types |`tinyint[(n)]` * |8 Bit |
| | | -128 to +128 (signed; n=4) |
| | | -128 to +127 (signed; n=4) |
|(item counts, ages etc.; in | | 0 to 255(unsigned; n=3) |
|TYPO3 as well as dates and | | |
|boolean properties) |`smallint[(n)]` |16 Bit |
Expand Down