Created
August 30, 2015 09:14
-
-
Save tranquangchau/35c0e1480cb97f1923cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The maximum amount of data that can be stored in each data type is as follows: | |
| TINYTEXT 256 bytes | |
| TEXT 65,535 bytes ~64kb | |
| MEDIUMTEXT 16,777,215 bytes ~16MB | |
| LONGTEXT 4,294,967,295 bytes ~4GB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment