What is the DEFAULT maximum length of TextField Django?

Fah Nateecha :

i wanna known what is the maximum length of TextField in django models. I just know only they cannot limit maximum length but i wanna know the real maximum length of TextField type. Please help me solve questions.

Arakkal Abu :

The models.TextField(...)'s maximum size purely relies on the database you are using. If you are using MYSQL, it uses the longtext data type to store the content, which can hold up to 4 Gigabytes

Ref: Maximum length for MySQL type text

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=238305&siteId=1