Skip to content

Instantly share code, notes, and snippets.

@tranquangchau
Created August 30, 2015 09:14
Show Gist options
  • Save tranquangchau/35c0e1480cb97f1923cc to your computer and use it in GitHub Desktop.
Save tranquangchau/35c0e1480cb97f1923cc to your computer and use it in GitHub Desktop.
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